| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.type | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
SecondaryTable
Table representing an secondary table for entity persistent storage.
|
| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
EntityTable table,
BasicMapping<?,?> idMapping)
Constructor for inheritance and secondary table joins.
|
| 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 | Method and Description |
|---|---|
protected void |
JdbcAdaptor.createIndex(DataSourceImpl datasource,
EntityTable table,
String indexName,
BasicColumn[] columns)
Creates the index for the table.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.