Class DatabasePlatformFactory

java.lang.Object
io.ebeaninternal.server.core.DatabasePlatformFactory

public class DatabasePlatformFactory extends Object
Create a DatabasePlatform from the configuration.

Will used platform name or use the metadata from the JDBC driver to determine the platform automatically.

  • 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.