Uses of Class
io.ebean.config.PlatformConfig.DbUuid
-
Packages that use PlatformConfig.DbUuid Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific support -
-
Uses of PlatformConfig.DbUuid in io.ebean.config
Methods in io.ebean.config that return PlatformConfig.DbUuid Modifier and Type Method Description PlatformConfig.DbUuid
PlatformConfig. getDbUuid()
Return the DB type used to store UUID.static PlatformConfig.DbUuid
PlatformConfig.DbUuid. valueOf(String name)
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.Methods in io.ebean.config with parameters of type PlatformConfig.DbUuid Modifier and Type Method Description void
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
Methods in io.ebean.config.dbplatform with parameters of type PlatformConfig.DbUuid Modifier and Type Method Description void
DbPlatformTypeMapping. config(boolean nativeUuidType, PlatformConfig.DbUuid dbUuid)
Map the UUID appropriately based on native DB support and DatabaseConfig.DbUuid.
-