| Constructor and Description |
|---|
AbstractTable(String defaultName,
TableMetadata metadata) |
AbstractTable(TableMetadata metadata) |
EntityTable(JdbcAdaptor jdbcAdaptor,
EntityTypeDescriptor entity,
TableMetadata metadata) |
SecondaryTable(JdbcAdaptor jdbcAdaptor,
EntityTypeDescriptor entity,
TableMetadata metadata)
Constructor primary table as join table in inheritance.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTableMetadataImpl
The implementation of
CollectionTableMetadata. |
class |
JoinTableMetadaImpl
Implementation of
JoinTableMetadata. |
class |
SecondaryTableMetadataImpl
The implementation of
SecondaryTableMetadata. |
class |
TableMetadataImpl
Implementation of
TableMetadata. |
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
EntityMetadataImpl.getTable()
Returns the table of the entity.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollectionTableElement
Element for
collection-table elements. |
class |
JoinTableElement
Element for
join-table elements. |
class |
SecondaryTableElement
Base Element for
table, join-table and secondary-table elements. |
class |
TableElement
Base Element for
table, join-table and secondary-table elements. |
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
EntityElementFactory.getTable()
Returns the table of the entity.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollectionTableMetadata
The definition for collection tables.
|
interface |
JoinTableMetadata
The definition for join tables.
|
interface |
SecondaryTableMetadata
Element for
secondary-table elements. |
| Modifier and Type | Method and Description |
|---|---|
TableMetadata |
EntityMetadata.getTable()
Returns the table of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.