| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.criteria | |
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
String |
SubqueryImpl.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
BaseQueryImpl.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
BaseQuery.getFieldAlias(String tableAlias,
AbstractColumn column) |
String |
SubQueryStub.getFieldAlias(String tableAlias,
AbstractColumn column) |
| Modifier and Type | Class and Description |
|---|---|
class |
BasicColumn
BasicColumn to persist basic attributes of the entity.
|
class |
DiscriminatorColumn
Column implementation for discriminator columns.
|
class |
ElementColumn
Columns for list type attributes.
|
class |
JoinColumn
Mapping of two
BasicColumns. |
class |
MapKeyColumn
Columns for map key type attributes.
|
class |
OrderColumn
Columns for list type attributes.
|
class |
PkColumn
BasicColumn to persist id attributes of the entity.
|
| Modifier and Type | Method and Description |
|---|---|
protected AbstractColumn[] |
AbstractTable.getInsertColumns(EntityTypeImpl<?> entity)
Returns the columns for the insert.
|
AbstractColumn[] |
AbstractTable.getSelectVersionColumns()
Returns the select version columns.
|
protected AbstractColumn[] |
AbstractTable.getUpdateColumns(EntityTypeImpl<?> entity)
Returns the columns for the update.
|
AbstractColumn[] |
AbstractTable.getVersionUpdateColumns()
Returns the version update columns.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<AbstractColumn> |
AbstractTable.getColumns()
Returns the collection of basicColumns of the table.
|
Collection<AbstractColumn> |
EntityTable.getPkColumns()
Returns the pkColumns of the EntityTable.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityTable.addColumn(AbstractColumn column)
Adds the column to the table
|
void |
AbstractTable.addColumn(AbstractColumn column)
Adds the column to the table
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
AbstractTable.getSelectVersionSql(Map<String,AbstractColumn> pkColumns)
Returns the version select statement for the table specifically.
|
protected String |
AbstractTable.getUpdateSql(EntityTypeImpl<?> entity,
Map<String,AbstractColumn> pkColumns)
Returns the update statement for the table specifically.
|
protected String |
AbstractTable.getVersionUpdateSql(Map<String,AbstractColumn> pkColumns)
Returns the version update statement for the table specifically.
|
| Modifier and Type | Method and Description |
|---|---|
protected Collection<AbstractColumn> |
JdbcAdaptor.getColumns(AbstractTable table)
Returns the sorted columns.
|
| Modifier and Type | Method and Description |
|---|---|
String |
PostgreSqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
H2Adaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
abstract String |
JdbcAdaptor.createColumnDDL(AbstractColumn columnDefinition)
Creates the BasicColumn Definition DDL For the column.
|
String |
OracleAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
MsSqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
DerbyAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
HsqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
String |
MySqlAdaptor.createColumnDDL(AbstractColumn column)
Creates the BasicColumn Definition DDL For the column.
|
protected String |
PostgreSqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
H2Adaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
JdbcAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
OracleAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
MsSqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
HsqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
protected String |
MySqlAdaptor.getColumnType(AbstractColumn cd,
int sqlType)
Returns the data type of the column.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.