| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.model | |
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.adapter | |
| org.batoo.jpa.jdbc.model |
| Modifier and Type | Method and Description |
|---|---|
EntityTable[] |
EntityTypeImpl.getAllTables()
Returns all the tables in the inheritance chain.
|
EntityTable |
EntityTypeImpl.getPrimaryTable()
Returns the primary table of the type
|
EntityTable[] |
EntityTypeImpl.getTables()
Returns the tables of the type, starting from the top of the hierarchy.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SecondaryTable
Table representing an secondary table for entity persistent storage.
|
| Constructor and Description |
|---|
DiscriminatorColumn(JdbcAdaptor jdbcAdaptor,
EntityTable primaryTable,
DiscriminatorColumnMetadata metadata) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcAdaptor.createIndex(DataSource datasource,
EntityTable table,
String indexName,
BasicColumn[] columns)
Creates the index for the table.
|
| Modifier and Type | Method and Description |
|---|---|
EntityTable |
EntityTypeDescriptor.getPrimaryTable()
Returns the primary table of the entity.
|
Copyright © 2012-2013 Batoo. All Rights Reserved.