| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
PrimaryKeyJoinColumnMetadata metadata,
SecondaryTable table,
AbstractColumn referencedColumn)
Constructor for secondary table join column with metadata.
|
| Constructor and Description |
|---|
ForeignKey(JdbcAdaptor jdbcAdaptor,
SecondaryTable table,
EntityTypeDescriptor entity,
List<PrimaryKeyJoinColumnMetadata> metadata) |
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryKeyJoinColumnMetadataImpl
Implementation of
UniqueConstraintMetadata. |
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeyJoinColumnMetadata> |
SecondaryTableMetadataImpl.getPrimaryKeyJoinColumnMetadata()
Returns the list of primary key join columns of the secondary table.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeyJoinColumnMetadata> |
OneToOneAttributeMetadataImpl.getPrimaryKeyJoinColumns()
Returns the primary key join columns definition of the one to one attribute.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PrimaryKeyJoinColumnElement
Element for
primary-key-join-column elements. |
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeyJoinColumnMetadata> |
OneToOneAttributeElement.getPrimaryKeyJoinColumns()
Returns the primary key join columns definition of the one to one attribute.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeyJoinColumnMetadata> |
SecondaryTableMetadata.getPrimaryKeyJoinColumnMetadata()
Returns the list of primary key join columns of the secondary table.
|
| Modifier and Type | Method and Description |
|---|---|
List<PrimaryKeyJoinColumnMetadata> |
OneToOneAttributeMetadata.getPrimaryKeyJoinColumns()
Returns the primary key join columns definition of the one to one attribute.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.