Uses of Enum
io.ebean.config.PlatformConfig.DbUuid
Packages that use PlatformConfig.DbUuid
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of PlatformConfig.DbUuid in io.ebean
Methods in io.ebean with parameters of type PlatformConfig.DbUuidModifier and TypeMethodDescriptiondefault DatabaseBuilderDatabaseBuilder.dbUuid(PlatformConfig.DbUuid dbUuid) Set the DB type used to store UUID.DatabaseBuilder.setDbUuid(PlatformConfig.DbUuid dbUuid) Deprecated. -
Uses of PlatformConfig.DbUuid in io.ebean.config
Methods in io.ebean.config that return PlatformConfig.DbUuidModifier and TypeMethodDescriptionPlatformConfig.getDbUuid()Return the DB type used to store UUID.static PlatformConfig.DbUuidReturns 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.DbUuidModifier and TypeMethodDescriptionDatabaseConfig.setDbUuid(PlatformConfig.DbUuid dbUuid) 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.DbUuidModifier and TypeMethodDescriptionvoidDbPlatformTypeMapping.config(boolean nativeUuidType, PlatformConfig.DbUuid dbUuid) Map the UUID appropriately based on native DB support and DatabaseConfig.DbUuid.
DatabaseBuilder.dbUuid(PlatformConfig.DbUuid).