| Package | Description |
|---|---|
| org.batoo.jpa.core.impl.jdbc | |
| org.batoo.jpa.core.impl.model.attribute | |
| org.batoo.jpa.core.impl.model.mapping | |
| org.batoo.jpa.core.jdbc | |
| org.batoo.jpa.core.jdbc.adapter |
| Modifier and Type | Method and Description |
|---|---|
IdType |
AbstractColumn.getIdType()
Returns the idType of the column.
|
| Constructor and Description |
|---|
AbstractColumn(Class<?> javaType,
IdType idType,
javax.persistence.TemporalType temporalType,
javax.persistence.EnumType enumType,
boolean lob,
AbstractLocator locator) |
| Modifier and Type | Method and Description |
|---|---|
IdType |
BasicAttribute.getIdType()
Returns the id type of the attribute.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
Mapping.getIdType()
Returns the id type of the mapping.
|
IdType |
SingularAssociationMapping.getIdType()
Returns the id type of the mapping.
|
IdType |
BasicMapping.getIdType()
Returns the id type of the mapping.
|
IdType |
EmbeddedMapping.getIdType()
Returns the id type of the mapping.
|
| 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(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
H2Adaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
abstract IdType |
JdbcAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
SawSqlAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
OracleAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
MsSqlAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
DerbyAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
HsqlAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
IdType |
MySqlAdaptor.supports(javax.persistence.GenerationType type)
Returns the id type supported.
|
Copyright © 2012 Batoo Software & Consultancy. All Rights Reserved.