| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Class and Description |
|---|---|
class |
PkColumn
BasicColumn to persist id attributes of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityTable.addIndex(String name,
BasicColumn... columns)
Adds the index to table.
|
| Modifier and Type | Method and Description |
|---|---|
BasicColumn |
BasicMapping.getColumn()
Returns the column of the mapping.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
JdbcAdaptor.createIndex(DataSource datasource,
EntityTable table,
String indexName,
BasicColumn[] columns)
Creates the index for the table.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.