Modifier and Type | Field and Description |
---|---|
protected List<ForeignKey> |
Table.foreignKeys |
protected List<ForeignKey> |
Table.oneToManyRelationships |
Modifier and Type | Method and Description |
---|---|
static ForeignKey |
DatabaseLogic.findForeignKeyByName(Table table,
String fkName) |
static ForeignKey |
DatabaseLogic.findForeignKeyByNameIgnoreCase(Table table,
String fkName) |
static ForeignKey |
DatabaseLogic.findOneToManyRelationship(Model model,
String databaseName,
String entityName,
String relationshipName) |
static ForeignKey |
DatabaseLogic.findOneToManyRelationshipByName(Table table,
String relationshipName) |
Modifier and Type | Method and Description |
---|---|
List<ForeignKey> |
Database.getAllForeignKeys() |
static List<ForeignKey> |
DatabaseLogic.getAllForeignKeys(Model model) |
List<ForeignKey> |
Table.getForeignKeys() |
List<ForeignKey> |
Table.getOneToManyRelationships() |
Modifier and Type | Field and Description |
---|---|
protected ForeignKey |
SelectionProviderReference.foreignKey |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
SelectionProviderReference.getForeignKey() |
Modifier and Type | Field and Description |
---|---|
protected ForeignKey |
SelectionProviderReference.foreignKey |
Modifier and Type | Method and Description |
---|---|
ForeignKey |
SelectionProviderReference.getForeignKey() |
Modifier and Type | Method and Description |
---|---|
protected void |
HibernateConfig.addSyntheticProperty(Mappings mappings,
ManyToOne m2o,
ForeignKey relationship,
Table oneMDTable,
String oneMDQualifiedTableName)
(Adapted from Hibernate) Create a synthetic property to refer to including an embedded component value
containing all the properties mapped to the referenced columns.
|
protected ToOne |
HibernateConfig.createM2O(Configuration config,
Mappings mappings,
ForeignKey relationship) |
protected void |
HibernateConfig.createO2M(Configuration config,
Mappings mappings,
ForeignKey relationship) |