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
Modifier and TypeMethodDescriptionDatabaseBuilder.Settings.getIdType()Return the preferred DB platform IdType.Modifier and TypeMethodDescriptiondefault DatabaseBuilderSet the preferred DB platform IdType.Deprecated. -
Uses of IdType in io.ebean.config
Methods in io.ebean.config that return IdTypeModifier and TypeMethodDescriptionDatabaseConfig.getIdType()PlatformConfig.getIdType()Return the IdType to use (or null for the default choice).Methods in io.ebean.config with parameters of type IdTypeModifier and TypeMethodDescriptionvoidSet 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 IdTypeModifier and TypeMethodDescriptionDbIdentity.getIdType()Return the default ID generation type that should be used.static IdTypeReturns 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 voidDatabasePlatform.configureIdType(IdType idType) voidSet the default ID generation type that should be used. -
Uses of IdType in io.ebean.plugin
Methods in io.ebean.plugin that return IdType
DatabaseBuilder.idType(IdType).