Uses of Class
io.ebean.config.PlatformConfig
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of PlatformConfig in io.ebean.config
Modifier and TypeMethodDescriptionDatabaseConfig.getPlatformConfig()
Return the configuration for DB types (such as UUID and custom mappings).DatabaseConfig.newPlatformConfig
(String propertiesPath, String platformPrefix) Create a new PlatformConfig based of the one held but with overridden properties by reading properties with the given path and prefix.Modifier and TypeMethodDescriptionvoid
DatabaseConfig.setPlatformConfig
(PlatformConfig platformConfig) Set the configuration for DB platform (such as UUID and custom mappings).ModifierConstructorDescriptionPlatformConfig
(PlatformConfig platformConfig) Construct based on given config - typically for DbMigration generation with many platforms. -
Uses of PlatformConfig in io.ebean.config.dbplatform
Modifier and TypeMethodDescriptionvoid
DatabasePlatform.configure
(PlatformConfig config) Configure the platform given the server configuration.protected void
DatabasePlatform.configure
(PlatformConfig config, boolean allQuotedIdentifiers) Configure UUID Storage etc based on DatabaseConfig settings.