| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
boolean |
EntityTable.addIndex(String name,
BasicColumn... columns)
Adds the index to table.
|
| Constructor and Description |
|---|
JoinColumn(JdbcAdaptor jdbcAdaptor,
AssociationMapping<?,?,?> mapping,
AbstractColumn referencedColumn,
BasicColumn masterColumn)
Constructor with no metadata for mappings with MapsId.
|
| 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.
|
String |
PostgreSqlAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
H2Adaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
abstract String |
JdbcAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
SawSqlAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
OracleAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
MsSqlAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
DerbyAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
HsqlAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
String |
MySqlAdaptor.getSelectLastIdentitySql(BasicColumn identityColumn)
Returns the SQL to select the last identity generated.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.