| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.jdbc | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
IdType |
PkColumn.getIdType()
Returns the idType of the column.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
BasicAttribute.getIdType()
Returns the id type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
static IdType |
IdType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IdType[] |
IdType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
PostgreSqlAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
H2Adaptor.supports(GenerationType type)
Returns the id type supported.
|
abstract IdType |
JdbcAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
OracleAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
MsSqlAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
DerbyAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
HsqlAdaptor.supports(GenerationType type)
Returns the id type supported.
|
IdType |
MySqlAdaptor.supports(GenerationType type)
Returns the id type supported.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.