Uses of Class
net.sf.jailer.datamodel.PrimaryKey
Packages that use PrimaryKey
Package
Description
-
Uses of PrimaryKey in net.sf.jailer.datamodel
Fields in net.sf.jailer.datamodel declared as PrimaryKeyMethods in net.sf.jailer.datamodel that return PrimaryKeyModifier and TypeMethodDescriptionPrimaryKeyFactory.createPrimaryKey(List<Column> columns, String tableName) Constructs a new primary-key.RowIdSupport.getPrimaryKey(Table table) Gets the primary key of a table.RowIdSupport.getPrimaryKey(Table table, Session session) Gets the primary key of a table.RowIdSupport.getPrimaryKey(Table table, Session session, boolean exact) Gets the primary key of a table.PrimaryKeyFactory.getUniversalPrimaryKey(Session session) Gets the primary-key to be used for the entity-table and closes the factory.RowIdSupport.getUniversalPrimaryKey()Gets the universal primary key.RowIdSupport.getUniversalPrimaryKey(Session session) Gets the universal primary key.Methods in net.sf.jailer.datamodel with parameters of type PrimaryKeyModifier and TypeMethodDescriptionPrimaryKey.match(PrimaryKey primaryKey) Matches the columns with the columns ofprimaryKeys.t.Constructors in net.sf.jailer.datamodel with parameters of type PrimaryKeyModifierConstructorDescriptionTable(String name, PrimaryKey primaryKey, boolean defaultUpsert, boolean defaultExcludeFromDeletion) Constructor. -
Uses of PrimaryKey in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph that return PrimaryKeyModifier and TypeMethodDescriptionabstract PrimaryKeyEntityGraph.getUniversalPrimaryKey()Gets the universal primary key. -
Uses of PrimaryKey in net.sf.jailer.entitygraph.intradatabase
Methods in net.sf.jailer.entitygraph.intradatabase with parameters of type PrimaryKeyModifier and TypeMethodDescriptionstatic IntraDatabaseEntityGraphIntraDatabaseEntityGraph.create(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Creates a new entity-graph. -
Uses of PrimaryKey in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local that return PrimaryKeyModifier and TypeMethodDescriptionLocalEntityGraph.getUniversalPrimaryKey()Gets the universal primary key. -
Uses of PrimaryKey in net.sf.jailer.entitygraph.remote
Fields in net.sf.jailer.entitygraph.remote declared as PrimaryKeyModifier and TypeFieldDescriptionprotected final PrimaryKeyRemoteEntityGraph.universalPrimaryKeyThe universal primary key.Methods in net.sf.jailer.entitygraph.remote that return PrimaryKeyModifier and TypeMethodDescriptionRemoteEntityGraph.getUniversalPrimaryKey()Gets the universal primary key.Methods in net.sf.jailer.entitygraph.remote with parameters of type PrimaryKeyModifier 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 PrimaryKeyModifierConstructorDescriptionprotectedRemoteEntityGraph(DataModel dataModel, int graphID, Session session, PrimaryKey universalPrimaryKey, Runnable updateStatistics, ExecutionContext executionContext) Constructor.