Uses of Class
io.ebean.config.PlatformConfig
-
Packages that use PlatformConfig Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific supportio.ebean.config.dbplatform.postgres Postgres specific support. -
-
Uses of PlatformConfig in io.ebean.config
Methods in io.ebean.config that return PlatformConfig Modifier and Type Method Description PlatformConfig
DatabaseConfig. getPlatformConfig()
Return the configuration for DB types (such as UUID and custom mappings).PlatformConfig
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.Methods in io.ebean.config with parameters of type PlatformConfig Modifier and Type Method Description void
DatabaseConfig. setPlatformConfig(PlatformConfig platformConfig)
Set the configuration for DB platform (such as UUID and custom mappings).Constructors in io.ebean.config with parameters of type PlatformConfig Constructor Description PlatformConfig(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 PlatformConfig Modifier and Type Method Description void
DatabasePlatform. configure(PlatformConfig config)
Configure the platform given the server configuration. -
Uses of PlatformConfig in io.ebean.config.dbplatform.postgres
Methods in io.ebean.config.dbplatform.postgres with parameters of type PlatformConfig Modifier and Type Method Description void
PostgresPlatform. configure(PlatformConfig config)
-