Class DatabasePlatformFactory
java.lang.Object
io.ebeaninternal.server.core.DatabasePlatformFactory
Create a DatabasePlatform from the configuration.
Will used platform name or use the metadata from the JDBC driver to determine the platform automatically.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionio.ebean.config.dbplatform.DatabasePlatformcreate(io.ebean.DatabaseBuilder.Settings config) Create the appropriate database specific platform.
-
Constructor Details
-
DatabasePlatformFactory
public DatabasePlatformFactory()
-
-
Method Details
-
create
public io.ebean.config.dbplatform.DatabasePlatform create(io.ebean.DatabaseBuilder.Settings config) Create the appropriate database specific platform.
-