Uses of Class
io.ebean.config.dbplatform.DatabasePlatform
Packages that use DatabasePlatform
Package
Description
Configuration settings for Database construction
Database platform specific support
Provides a API for plugins.
-
Uses of DatabasePlatform in io.ebean.config
Fields in io.ebean.config declared as DatabasePlatformModifier and TypeFieldDescriptionprotected DatabasePlatformAbstractNamingConvention.databasePlatformThe database platform.Methods in io.ebean.config that return DatabasePlatformModifier and TypeMethodDescriptionDatabaseConfig.getDatabasePlatform()Return the database platform to use for this database.Methods in io.ebean.config with parameters of type DatabasePlatformModifier and TypeMethodDescriptionvoidAbstractNamingConvention.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 DatabasePlatformModifier and TypeMethodDescriptionDatabasePlatformProvider.create(int majorVersion, int minorVersion, DatabaseMetaData meta, Connection connection) Create the platform based on the lower case JDBC metadata product name.DatabasePlatformProvider.create(io.ebean.annotation.Platform platform) Create the specific platform.Create the platform based on the lower case platform name.SqlLimitRequest.getDbPlatform()return the database platform -
Uses of DatabasePlatform in io.ebean.plugin
Methods in io.ebean.plugin that return DatabasePlatformModifier and TypeMethodDescriptionSpiServer.databasePlatform()Return the DatabasePlatform for this database.