Uses of Class
net.sf.jailer.datamodel.DataModel
Packages that use DataModel
Package
Description
-
Uses of DataModel in net.sf.jailer.datamodel
Methods in net.sf.jailer.datamodel that return DataModelModifier and TypeMethodDescriptionAssociation.getDataModel()Gets data-model to which this association belongs to.Constructors in net.sf.jailer.datamodel with parameters of type DataModelModifierConstructorDescriptionAssociation(Table source, Table destination, boolean insertSourceBeforeDestination, boolean insertDestinationBeforeSource, String joinCondition, DataModel dataModel, boolean reversed, Cardinality cardinality) Constructor.Association(Table source, Table destination, boolean insertSourceBeforeDestination, boolean insertDestinationBeforeSource, String joinCondition, DataModel dataModel, boolean reversed, Cardinality cardinality, String author) Constructor.RowIdSupport(DataModel dataModel, DBMS configuration, boolean useRowIds, boolean useRowIdsOnlyForTablesWithoutPK) Constructor.RowIdSupport(DataModel dataModel, DBMS configuration, String rowIdType, boolean useRowIds, boolean useRowIdsOnlyForTablesWithoutPK) Constructor.RowIdSupport(DataModel dataModel, DBMS configuration, String rowIdType, ExecutionContext executionContext) Constructor.RowIdSupport(DataModel dataModel, DBMS configuration, ExecutionContext executionContext) Constructor. -
Uses of DataModel in net.sf.jailer.ddl
Methods in net.sf.jailer.ddl with parameters of type DataModelModifier and TypeMethodDescriptionbooleanDDLCreator.createDDL(DataModel datamodel, Session session, WorkingTableScope temporaryTableScope, String workingTableSchema) Creates the DDL for the working-tables.booleanDDLCreator.createDDL(DataModel datamodel, Session session, WorkingTableScope temporaryTableScope, RowIdSupport rowIdSupport, String workingTableSchema) Creates the DDL for the working-tables. -
Uses of DataModel in net.sf.jailer.entitygraph
Fields in net.sf.jailer.entitygraph declared as DataModelMethods in net.sf.jailer.entitygraph that return DataModelModifier and TypeMethodDescriptionabstract DataModelEntityGraph.getDatamodel()Gets the data model.Constructors in net.sf.jailer.entitygraph with parameters of type DataModelModifierConstructorDescriptionprotectedEntityGraph(int graphID, DataModel dataModel, ExecutionContext executionContext) -
Uses of DataModel in net.sf.jailer.entitygraph.intradatabase
Methods in net.sf.jailer.entitygraph.intradatabase with parameters of type DataModelModifier and TypeMethodDescriptionstatic IntraDatabaseEntityGraphIntraDatabaseEntityGraph.create(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Creates a new entity-graph. -
Uses of DataModel in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local that return DataModelMethods in net.sf.jailer.entitygraph.local with parameters of type DataModelModifier and TypeMethodDescriptionstatic LocalEntityGraphLocalEntityGraph.create(DataModel dataModel, int graphID, Session remoteSession, ExecutionContext executionContext) Creates a new entity-graph. -
Uses of DataModel in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote that return DataModelMethods in net.sf.jailer.entitygraph.remote with parameters of type DataModelModifier and TypeMethodDescriptionstatic RemoteEntityGraphRemoteEntityGraph.create(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Creates a new entity-graph.Constructors in net.sf.jailer.entitygraph.remote with parameters of type DataModelModifierConstructorDescriptionprotectedRemoteEntityGraph(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Constructor. -
Uses of DataModel in net.sf.jailer.extractionmodel
Fields in net.sf.jailer.extractionmodel declared as DataModelModifier and TypeFieldDescriptionfinal DataModelExtractionModel.dataModelThe restricted data-model to be used for extraction.Constructors in net.sf.jailer.extractionmodel with parameters of type DataModelModifierConstructorDescriptionExtractionModel(DataModel dataModel, ExecutionContext executionContext) Constructor for empty restriction models. -
Uses of DataModel in net.sf.jailer.modelbuilder
Methods in net.sf.jailer.modelbuilder with parameters of type DataModelModifier and TypeMethodDescriptionJDBCMetaDataBasedModelElementFinder.findAssociations(DataModel dataModel, Map<Association, String[]> namingSuggestion, Session session, ExecutionContext executionContext) Finds associations by reading the databases meta-data.ModelElementFinder.findAssociations(DataModel dataModel, Map<Association, String[]> namingSuggestions, Session session, ExecutionContext executionContext) Finds a set ofAssociations. -
Uses of DataModel in net.sf.jailer.render
Methods in net.sf.jailer.render with parameters of type DataModelModifier and TypeMethodDescriptionHtmlDataModelRenderer.outputFolderOf(DataModel dataModel) Gets the output folder for a given data-model.voidGenerates a human readable representation of the data-model.voidGenerates a human readable HTML-representation of the data-model. -
Uses of DataModel in net.sf.jailer.restrictionmodel
Constructors in net.sf.jailer.restrictionmodel with parameters of type DataModelModifierConstructorDescriptionRestrictionModel(DataModel dataModel, ExecutionContext executionContext) Constructor. -
Uses of DataModel in net.sf.jailer.subsetting
Methods in net.sf.jailer.subsetting with parameters of type DataModelModifier and TypeMethodDescriptionCollectedRowsCounter.createStatistic(boolean forDelete, DataModel datamodel, ExportStatistic exportStatistic) Creates the statistic. -
Uses of DataModel in net.sf.jailer.util
Methods in net.sf.jailer.util with parameters of type DataModelModifier and TypeMethodDescriptionstatic Collection<CycleFinder.Path> CycleFinder.findCycle(DataModel dataModel, Collection<Table> tables, boolean findExact, Long timeout, CycleFinder.CycleConsumer cycleConsumer) Finds all dependency cycles in a data model.SqlUtil.readTableList(CsvFile tableFile, DataModel dataModel, Map<String, String> sourceSchemaMapping) Reads a table-list from CSV-file.