Uses of Enum
io.ebean.config.dbplatform.IdType
Packages that use IdType
Package
Description
Configuration settings for Database construction
Database platform specific support
Provides a API for plugins.
-
Uses of IdType in io.ebean.config
Methods in io.ebean.config that return IdTypeModifier and TypeMethodDescriptionDatabaseConfig.getIdType()
Return the preferred DB platform IdType.PlatformConfig.getIdType()
Return the IdType to use (or null for the default choice).Methods in io.ebean.config with parameters of type IdType -
Uses of IdType in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return IdTypeModifier 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.Methods in io.ebean.config.dbplatform with parameters of type IdTypeModifier 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
Methods in io.ebean.plugin that return IdType