Uses of Class
io.ebean.config.dbplatform.IdType
-
Packages that use IdType Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific supportio.ebean.plugin Provides a API for plugins. -
-
Uses of IdType in io.ebean.config
Methods in io.ebean.config that return IdType Modifier and Type Method Description IdTypeDatabaseConfig. getIdType()Return the preferred DB platform IdType.IdTypePlatformConfig. getIdType()Return the IdType to use (or null for the default choice).Methods in io.ebean.config with parameters of type IdType Modifier and Type Method Description voidDatabaseConfig. setIdType(IdType idType)Set the preferred DB platform IdType.voidPlatformConfig. setIdType(IdType idType)Set the IdType to use (when the DB supports both SEQUENCE and IDENTITY and the default is not desired). -
Uses of IdType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return IdType Modifier and Type Method Description IdTypeDbIdentity. getIdType()Return the default ID generation type that should be used.static IdTypeIdType. 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.Methods in io.ebean.config.dbplatform with parameters of type IdType Modifier and Type Method Description voidDbIdentity. setIdType(IdType idType)Set the default ID generation type that should be used. -
Uses of IdType in io.ebean.plugin
Methods in io.ebean.plugin that return IdType Modifier and Type Method Description IdTypeBeanType. getIdType()Return the identity generation type.
-