Class LiquibasePreparer
java.lang.Object
com.opentable.db.postgres.embedded.LiquibasePreparer
- All Implemented Interfaces:
DatabasePreparer
Support for integrating Liquibase and performing a DB migration as part of the setup process.
NB: OpenTable doesn't use Liquibase, so this is currently community supported code.
-
Method Summary
Modifier and TypeMethodDescriptionbooleanstatic LiquibasePreparerforClasspathLocation(String location) static LiquibasePreparerforClasspathLocation(String location, liquibase.Contexts contexts) inthashCode()voidprepare(DataSource ds)
-
Method Details
-
forClasspathLocation
-
forClasspathLocation
-
prepare
- Specified by:
preparein interfaceDatabasePreparer- Throws:
SQLException
-
equals
-
hashCode
public int hashCode()
-