| Package | Description |
|---|---|
| org.batoo.jpa.jdbc | |
| org.batoo.jpa.jdbc.adapter | |
| org.batoo.jpa.jdbc.model |
| 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 Software & Consultancy. All Rights Reserved.