| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
JoinColumnMetadata metadata,
boolean readOnly)
Constructor with metadata.
|
| Constructor and Description |
|---|
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata)
Constructor to create a join foreign key
|
ForeignKey(JdbcAdaptor jdbcAdaptor,
Mapping<?,?,?> mapping,
List<JoinColumnMetadata> metadata,
boolean inverseOwner)
Constructor to create a join foreign key
|
| Modifier and Type | Class and Description |
|---|---|
class |
JoinColumnMetadataImpl
Implementation of
JoinColumnMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumnMetadata> |
JoinTableMetadaImpl.getInverseJoinColumns()
Returns the list of inverse join columns of the table.
|
List<JoinColumnMetadata> |
JoinTableMetadaImpl.getJoinColumns()
Returns the list of join columns of the table..
|
List<JoinColumnMetadata> |
AssociationOverrideMetadataImpl.getJoinColumns()
Returns the list of join column definition.
|
List<JoinColumnMetadata> |
CollectionTableMetadataImpl.getJoinColumns()
Returns the list of join columns of the table..
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumnMetadata> |
AssociationAttributeMetadataImpl.getJoinColumns()
Returns the list of join column definition.
|
| Modifier and Type | Class and Description |
|---|---|
class |
InverseJoinColumnElement
Element for
inverse-join-column elements. |
class |
JoinColumnElement
Element for
join-column and elements. |
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumnMetadata> |
JoinTableElement.getInverseJoinColumns()
Returns the list of inverse join columns of the table.
|
List<JoinColumnMetadata> |
CollectionTableElement.getInverseJoinColumns()
Returns the list of inverse join columns of the table.
|
List<JoinColumnMetadata> |
JoinTableElement.getJoinColumns()
Returns the list of join columns of the table..
|
List<JoinColumnMetadata> |
CollectionTableElement.getJoinColumns()
Returns the list of join columns of the table..
|
List<JoinColumnMetadata> |
AssociationOverrideElement.getJoinColumns()
Returns the list of join column definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumnMetadata> |
AssociationElement.getJoinColumns()
Returns the list of join column definition.
|
| Modifier and Type | Method and Description |
|---|---|
List<JoinColumnMetadata> |
JoinTableMetadata.getInverseJoinColumns()
Returns the list of inverse join columns of the table.
|
List<JoinColumnMetadata> |
CollectionTableMetadata.getJoinColumns()
Returns the list of join columns of the table..
|
List<JoinColumnMetadata> |
AssociationMetadata.getJoinColumns()
Returns the list of join column definition.
|
List<JoinColumnMetadata> |
JoinTableMetadata.getJoinColumns()
Returns the list of join columns of the table..
|
Copyright © 2012-2013 Batoo. All Rights Reserved.