Uses of Class
io.ebean.config.dbplatform.DatabasePlatform
-
Packages that use DatabasePlatform Package Description io.ebean.config Configuration settings for Database constructionio.ebean.config.dbplatform Database platform specific supportio.ebean.plugin Provides a API for plugins. -
-
Uses of DatabasePlatform in io.ebean.config
Fields in io.ebean.config declared as DatabasePlatform Modifier and Type Field Description protected DatabasePlatformAbstractNamingConvention. databasePlatformThe database platform.Methods in io.ebean.config that return DatabasePlatform Modifier and Type Method Description DatabasePlatformDatabaseConfig. getDatabasePlatform()Return the database platform to use for this database.Methods in io.ebean.config with parameters of type DatabasePlatform Modifier and Type Method Description voidAbstractNamingConvention. setDatabasePlatform(DatabasePlatform databasePlatform)voidDatabaseConfig. setDatabasePlatform(DatabasePlatform databasePlatform)Explicitly set the database platform to use.voidNamingConvention. setDatabasePlatform(DatabasePlatform databasePlatform)Set the associated DatabasePlaform. -
Uses of DatabasePlatform in io.ebean.config.dbplatform
Methods in io.ebean.config.dbplatform that return DatabasePlatform Modifier and Type Method Description DatabasePlatformDatabasePlatformProvider. create(int majorVersion, int minorVersion, DatabaseMetaData meta, Connection connection)Create the platform based on the lower case JDBC metadata product name.DatabasePlatformDatabasePlatformProvider. create(io.ebean.annotation.Platform platform)Create the specific platform.DatabasePlatformDatabasePlatformProvider. create(String name)Create the platform based on the lower case platform name.DatabasePlatformSqlLimitRequest. getDbPlatform()return the database platform -
Uses of DatabasePlatform in io.ebean.plugin
Methods in io.ebean.plugin that return DatabasePlatform Modifier and Type Method Description DatabasePlatformSpiServer. databasePlatform()Return the DatabasePlatform for this database.
-