Uses of Enum
io.ebean.config.PlatformConfig.DbUuid
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of PlatformConfig.DbUuid in io.ebean.config
Modifier and TypeMethodDescriptionPlatformConfig.getDbUuid()
Return the DB type used to store UUID.static PlatformConfig.DbUuid
Returns the enum constant of this type with the specified name.static PlatformConfig.DbUuid[]
PlatformConfig.DbUuid.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setDbUuid
(PlatformConfig.DbUuid dbUuid) Set the DB type used to store UUID.void
PlatformConfig.setDbUuid
(PlatformConfig.DbUuid dbUuid) Set the DB type used to store UUID. -
Uses of PlatformConfig.DbUuid in io.ebean.config.dbplatform
Modifier and TypeMethodDescriptionvoid
DbPlatformTypeMapping.config
(boolean nativeUuidType, PlatformConfig.DbUuid dbUuid) Map the UUID appropriately based on native DB support and DatabaseConfig.DbUuid.