Uses of Enum
io.ebean.config.dbplatform.IdType
Package
Description
Configuration settings for Database construction
Database platform specific support
Provides a API for plugins.
-
Uses of IdType in io.ebean.config
-
Uses of IdType in io.ebean.config.dbplatform
Modifier and TypeMethodDescriptionDbIdentity.getIdType()
Return the default ID generation type that should be used.static IdType
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 TypeMethodDescriptionprotected void
DatabasePlatform.configureIdType
(IdType idType) void
Set the default ID generation type that should be used. -
Uses of IdType in io.ebean.plugin