| Modifier and Type | Field and Description |
|---|---|
Association |
Association.reversalAssociation
The counterpart of the association for the reversal direction.
|
| Modifier and Type | Field and Description |
|---|---|
List<Association> |
Table.associations
Associations to other tables.
|
Map<String,Association> |
DataModel.namedAssociations
Maps association-names to associations;
|
| Modifier and Type | Method and Description |
|---|---|
Set<Table> |
DataModel.getIndependentTables(Set<Table> tableSet,
Set<Association> associations)
Gets all independent tables
(i.e. tables which don't depend on other tables in the set)
of a given table-set.
|
| Modifier and Type | Method and Description |
|---|---|
Set<Association> |
Composite.getAssociations()
Gets all associations of a composites' table with a table outside.
|
| Modifier and Type | Field and Description |
|---|---|
Map<Association,Integer> |
EntityGraph.explainIdOfAssociation
Unique IDs for each association to be used for explanation.
|
| Modifier and Type | Method and Description |
|---|---|
abstract void |
EntityGraph.markDependentEntitiesAsTraversed(Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Map<String,Integer> typeCache)
Marks all entities which depends on given entity as traversed.
|
abstract void |
EntityGraph.readDependentEntities(Table table,
Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Session.ResultSetReader reader,
Map<String,Integer> typeCache,
String selectionSchema,
String originalPKAliasPrefix)
Reads all entities which depends on given entity.
|
abstract long |
EntityGraph.removeAssociatedDestinations(Association association,
boolean deletedEntitiesAreMarked)
Removes all entities from this graph which are associated with an entity
outside the graph.
|
void |
EntityGraph.removeDependencies(Association association)
Removes all dependencies for a given association.
|
abstract long |
EntityGraph.resolveAssociation(Table table,
Association association,
int today)
Resolves an association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
LocalEntityGraph.markDependentEntitiesAsTraversed(Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Map<String,Integer> typeCache)
Marks all entities which depends on given entity as traversed.
|
void |
LocalEntityGraph.readDependentEntities(Table table,
Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Session.ResultSetReader reader,
Map<String,Integer> theTypeCache,
String selectionSchema,
String originalPKAliasPrefix)
Reads all entities which depends on given entity.
|
long |
LocalEntityGraph.removeAssociatedDestinations(Association association,
boolean deletedEntitiesAreMarked)
Removes all entities from this graph which are associated with an entity
outside the graph.
|
long |
LocalEntityGraph.resolveAssociation(Table table,
Association association,
int today)
Resolves an association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RemoteEntityGraph.markDependentEntitiesAsTraversed(Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Map<String,Integer> typeCache)
Marks all entities which depends on given entity as traversed.
|
void |
RemoteEntityGraph.readDependentEntities(Table table,
Association association,
ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Session.ResultSetReader reader,
Map<String,Integer> typeCache,
String selectionSchema,
String originalPKAliasPrefix)
Reads all entities which depends on given entity.
|
long |
RemoteEntityGraph.removeAssociatedDestinations(Association association,
boolean deletedEntitiesAreMarked)
Removes all entities from this graph which are associated with an entity
outside the graph.
|
long |
RemoteEntityGraph.resolveAssociation(Table table,
Association association,
int today)
Resolves an association.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<Association> |
JDBCMetaDataBasedModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestion,
Session session,
ExecutionContext executionContext)
Finds associations by reading the databases meta-data.
|
Collection<Association> |
ModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestions,
Session session,
ExecutionContext executionContext)
Finds a set of
Associations. |
| Modifier and Type | Method and Description |
|---|---|
Collection<Association> |
JDBCMetaDataBasedModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestion,
Session session,
ExecutionContext executionContext)
Finds associations by reading the databases meta-data.
|
Collection<Association> |
ModelElementFinder.findAssociations(DataModel dataModel,
Map<Association,String[]> namingSuggestions,
Session session,
ExecutionContext executionContext)
Finds a set of
Associations. |
| Modifier and Type | Method and Description |
|---|---|
void |
RestrictionModel.addRestriction(Table source,
Association association,
String condition,
String location,
boolean removePreviousRestriction,
Map<String,String> parameters)
Adds a restriction to a association.
|
void |
RestrictionModel.addRestriction(Table source,
Association association,
String condition,
String location,
Map<String,String> parameters)
Adds a restriction to a association.
|
String |
RestrictionModel.getRestriction(Association association)
Gets the restriction (in SQL) for an association.
|
| Modifier and Type | Method and Description |
|---|---|
void |
XmlRowWriter.endList(Association association)
Writes end element for a list of rows.
|
void |
XmlRowWriter.startList(Association association)
Writes start element for a list of rows.
|
| Constructor and Description |
|---|
XmlRowWriter.XmlWritingNodeVisitor(ResultSet resultSet,
ResultSetMetaData resultSetMetaData,
Table table,
Association association,
Session session)
Constructor.
|