Uses of Class
net.sf.jailer.entitygraph.EntityGraph
Packages that use EntityGraph
Package
Description
-
Uses of EntityGraph in net.sf.jailer.enhancer
Methods in net.sf.jailer.enhancer with parameters of type EntityGraphModifier and TypeMethodDescriptionvoidFileBasedScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidHelperTableEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds nothing.voidScriptEnhancer.addComments(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds comments to the script.voidFileBasedScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds epilogs.voidHelperTableEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Drops the JL_DUAL helper table at the bottom of the script if it was needed.voidScriptEnhancer.addEpilog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at bottom of the script.voidFileBasedScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds prologs.voidHelperTableEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Creates and populates the JL_DUAL helper table at the top of the script if needed.voidScriptEnhancer.addProlog(Writer script, ScriptType scriptType, Session session, DBMS targetDBMSConfiguration, EntityGraph entityGraph, Set<Table> progress, ExecutionContext executionContext) Adds statements at top of the script. -
Uses of EntityGraph in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph that return EntityGraphModifier and TypeMethodDescriptionabstract EntityGraphCopies an entity-graph.Copies some tables.abstract EntityGraphEntityGraph.createNewGraph()Creates a new entity-graph of same type and session.Methods in net.sf.jailer.entitygraph with parameters of type EntityGraphModifier and TypeMethodDescriptionabstract longEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of EntityGraph in net.sf.jailer.entitygraph.intradatabase
Subclasses of EntityGraph in net.sf.jailer.entitygraph.intradatabaseModifier and TypeClassDescriptionclassSpecializedRemoteEntityGraphfor exporting data into a different schema within the same database.Methods in net.sf.jailer.entitygraph.intradatabase that return EntityGraphModifier and TypeMethodDescriptionCopies an entity-graph.IntraDatabaseEntityGraph.createNewGraph()Creates a new entity-graph of same type and session. -
Uses of EntityGraph in net.sf.jailer.entitygraph.local
Subclasses of EntityGraph in net.sf.jailer.entitygraph.localMethods in net.sf.jailer.entitygraph.local that return EntityGraphModifier and TypeMethodDescriptionCopies an entity-graph.LocalEntityGraph.createNewGraph()Creates a new entity-graph of same type and session.Methods in net.sf.jailer.entitygraph.local with parameters of type EntityGraphModifier and TypeMethodDescriptionlongLocalEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of EntityGraph in net.sf.jailer.entitygraph.remote
Subclasses of EntityGraph in net.sf.jailer.entitygraph.remoteModifier and TypeClassDescriptionclassPersistent graph of entities in the remote database.Methods in net.sf.jailer.entitygraph.remote that return EntityGraphModifier and TypeMethodDescriptionCopies an entity-graph.RemoteEntityGraph.createNewGraph()Creates a new entity-graph of same type and session.Methods in net.sf.jailer.entitygraph.remote with parameters of type EntityGraphModifier and TypeMethodDescriptionlongRemoteEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of EntityGraph in net.sf.jailer.importfilter
Methods in net.sf.jailer.importfilter with parameters of type EntityGraphModifier and TypeMethodDescriptionvoidImportFilterManager.fillAndWriteMappingTables(EntityGraph entityGraph, JobManager jobManager, OutputStreamWriter dmlResultWriter, int numberOfEntities, Session targetSession, DBMS targetDBMSConfiguration) Inserts the values of columns with non-derived import-filters into the local database and writes the mapping table DML to the given writer. -
Uses of EntityGraph in net.sf.jailer.liquibase
Constructors in net.sf.jailer.liquibase with parameters of type EntityGraphModifierConstructorDescriptionFactory(TransformerHandler transformerHandler, DatabaseMetaData metaData, EntityGraph entityGraph, String scriptFile, Session session, ExecutionContext executionContext) Constructor. -
Uses of EntityGraph in net.sf.jailer.xml
Constructors in net.sf.jailer.xml with parameters of type EntityGraphModifierConstructorDescriptionXmlExportTransformer(OutputStream out, String commentHeader, EntityGraph entityGraph, Set<Table> totalProgress, Set<Table> cyclicAggregatedTables, String rootTag, String datePattern, String timestampPattern, Session session, ScriptFormat scriptFormat, Charset charset, ExecutionContext executionContext) Constructor.