java.lang.Object
io.ebean.migration.MigrationConfig.DefaultMigrationFactory
- All Implemented Interfaces:
JdbcMigrationFactory
- Enclosing class:
MigrationConfig
Default factory. Uses the migration's class loader and injects the config if necessary.
- Author:
- Roland Praml, FOCONIS AG
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateInstance(String className) Create a JDBC based migration given the class name.
-
Constructor Details
-
DefaultMigrationFactory
public DefaultMigrationFactory()
-
-
Method Details
-
createInstance
Description copied from interface:JdbcMigrationFactoryCreate a JDBC based migration given the class name.- Specified by:
createInstancein interfaceJdbcMigrationFactory
-