| Package | Description |
|---|---|
| com.avaje.ebean.config.dbplatform |
Database platform specific support
|
| com.avaje.ebean.plugin |
Provides a API for plugins.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
DbIdentity.getIdType()
Return the default ID generation type that should be used.
|
IdType |
DbIdentity.useIdentityType(com.avaje.ebean.dbmigration.migration.IdentityType identityType)
Determine the id type to use based on requested identityType and
the support for that in the database platform.
|
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 |
|---|---|
void |
DbIdentity.setIdType(IdType idType)
Set the default ID generation type that should be used.
|
| Modifier and Type | Method and Description |
|---|---|
IdType |
BeanType.getIdType()
Return the identity generation type.
|
Copyright © 2016. All rights reserved.