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
Methods in io.ebean that return DatabasePlatformModifier and TypeMethodDescriptionDatabaseBuilder.Settings.getDatabasePlatform()Return the database platform to use for this database.Methods in io.ebean with parameters of type DatabasePlatformModifier and TypeMethodDescriptiondefault DatabaseBuilderDatabaseBuilder.databasePlatform(DatabasePlatform databasePlatform) Explicitly set the database platform to use.DatabaseBuilder.setDatabasePlatform(DatabasePlatform databasePlatform) Deprecated. -
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 DatabasePlatformMethods in io.ebean.config with parameters of type DatabasePlatformModifier and TypeMethodDescriptionvoidAbstractNamingConvention.setDatabasePlatform(DatabasePlatform databasePlatform) DatabaseConfig.setDatabasePlatform(DatabasePlatform databasePlatform) 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.
DatabaseBuilder.databasePlatform(DatabasePlatform).