Uses of Class
org.fcrepo.config.FlywayFactory
-
Packages that use FlywayFactory Package Description org.fcrepo.config -
-
Uses of FlywayFactory in org.fcrepo.config
Methods in org.fcrepo.config that return FlywayFactory Modifier and Type Method Description static FlywayFactoryFlywayFactory. create()Static constructorFlywayFactoryFlywayFactory. setDatabaseType(String type)Set the type of database to pick the correct schema files.FlywayFactoryFlywayFactory. setDataSource(DataSource source)Set the datasource for use with Flyway.
-