Uses of Class
net.sf.jailer.datamodel.Association
Packages that use Association
Package
Description
-
Uses of Association in net.sf.jailer.datamodel
Fields in net.sf.jailer.datamodel declared as AssociationModifier and TypeFieldDescriptionAssociation.reversalAssociationThe counterpart of the association for the reversal direction.Fields in net.sf.jailer.datamodel with type parameters of type AssociationModifier and TypeFieldDescriptionfinal List<Association> Table.associationsAssociations to other tables.DataModel.namedAssociationsMaps association-names to associations; -
Uses of Association in net.sf.jailer.entitygraph
Methods in net.sf.jailer.entitygraph with parameters of type AssociationModifier and TypeMethodDescriptionabstract voidEntityGraph.markDependentEntitiesAsTraversed(Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Map<String, Integer> typeCache) Marks all entities which depend on a given entity as traversed.abstract voidEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.abstract longEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph.voidEntityGraph.removeDependencies(Association association) Removes all dependencies for a given association.abstract longEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.abstract longEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of Association in net.sf.jailer.entitygraph.local
Methods in net.sf.jailer.entitygraph.local with parameters of type AssociationModifier and TypeMethodDescriptionvoidLocalEntityGraph.markDependentEntitiesAsTraversed(Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Map<String, Integer> typeCache) Marks all entities which depend on a given entity as traversed.voidLocalEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> theTypeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.longLocalEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph.longLocalEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.longLocalEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of Association in net.sf.jailer.entitygraph.remote
Methods in net.sf.jailer.entitygraph.remote with parameters of type AssociationModifier and TypeMethodDescriptionvoidRemoteEntityGraph.markDependentEntitiesAsTraversed(Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Map<String, Integer> typeCache) Marks all entities which depend on a given entity as traversed.voidRemoteEntityGraph.readDependentEntities(Table table, Association association, ResultSet resultSet, ResultSetMetaData resultSetMetaData, Session.ResultSetReader reader, Map<String, Integer> typeCache, String selectionSchema, String originalPKAliasPrefix) Reads all entities which depend on a given entity.longRemoteEntityGraph.removeAssociatedDestinations(Association association, boolean deletedEntitiesAreMarked, Set<Table> allTables) Removes all entities from this graph which are associated with an entity outside the graph.longRemoteEntityGraph.resolveAssociation(Table table, Association association, int today) Resolves an association.longRemoteEntityGraph.resolveAssociation(Table table, Association association, EntityGraph otherGraph, EntityGraph universum, boolean forDelete) Resolves an association. -
Uses of Association in net.sf.jailer.modelbuilder
Methods in net.sf.jailer.modelbuilder that return types with arguments of type AssociationModifier 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.Method parameters in net.sf.jailer.modelbuilder with type arguments of type AssociationModifier 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 Association in net.sf.jailer.restrictionmodel
Methods in net.sf.jailer.restrictionmodel with parameters of type AssociationModifier and TypeMethodDescriptionvoidRestrictionModel.addRestriction(Association association, String condition, String location, boolean removePreviousRestriction, Map<String, String> parameters) Adds a restriction to a association.voidRestrictionModel.addRestriction(Association association, String condition, String location, Map<String, String> parameters) Adds a restriction to a association.RestrictionModel.getRestriction(Association association) Gets the restriction (in SQL) for an association. -
Uses of Association in net.sf.jailer.xml
Methods in net.sf.jailer.xml with parameters of type AssociationModifier and TypeMethodDescriptionvoidXmlUtil.ObjectNotationTransformerHandler.associationSketch(Association a, String associationName, String name) voidXmlRowWriter.endList(Association association) Writes end element for a list of rows.voidXmlRowWriter.startList(Association association, String name) Writes start element for a list of rows.Constructors in net.sf.jailer.xml with parameters of type AssociationModifierConstructorDescriptionXmlWritingNodeVisitor(ResultSet resultSet, ResultSetMetaData resultSetMetaData, Table table, Association association, Session session) Constructor.