Uses of Class
io.ebean.config.PlatformConfig
Packages that use PlatformConfig
Package
Description
Configuration settings for Database construction
Database platform specific support
-
Uses of PlatformConfig in io.ebean
Methods in io.ebean that return PlatformConfigModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getPlatformConfig()
Return the configuration for DB types (such as UUID and custom mappings).DatabaseBuilder.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.Methods in io.ebean with parameters of type PlatformConfigModifier and TypeMethodDescriptiondefault DatabaseBuilder
DatabaseBuilder.platformConfig
(PlatformConfig platformConfig) Set the configuration for DB platform (such as UUID and custom mappings).DatabaseBuilder.setPlatformConfig
(PlatformConfig platformConfig) Deprecated. -
Uses of PlatformConfig in io.ebean.config
Methods in io.ebean.config that return PlatformConfigModifier and TypeMethodDescriptionDatabaseConfig.getPlatformConfig()
DatabaseConfig.newPlatformConfig
(String propertiesPath, String platformPrefix) Methods in io.ebean.config with parameters of type PlatformConfigModifier and TypeMethodDescriptionDatabaseConfig.setPlatformConfig
(PlatformConfig platformConfig) Constructors in io.ebean.config with parameters of type PlatformConfigModifierConstructorDescriptionPlatformConfig
(PlatformConfig platformConfig) Construct based on given config - typically for DbMigration generation with many platforms. -
Uses of PlatformConfig in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform with parameters of type PlatformConfigModifier 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.
DatabaseBuilder.platformConfig(PlatformConfig)
.