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.DbUuidPlatformConfig. getDbUuid()Return the DB type used to store UUID.static PlatformConfig.DbUuidPlatformConfig.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 voidDatabaseConfig. setDbUuid(PlatformConfig.DbUuid dbUuid)Set the DB type used to store UUID.voidPlatformConfig. 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 voidDbPlatformTypeMapping. config(boolean nativeUuidType, PlatformConfig.DbUuid dbUuid)Map the UUID appropriately based on native DB support and DatabaseConfig.DbUuid.
-