Uses of Interface
com.opentable.db.postgres.embedded.DatabasePreparer
Packages that use DatabasePreparer
Package
Description
-
Uses of DatabasePreparer in com.opentable.db.postgres.embedded
Subinterfaces of DatabasePreparer in com.opentable.db.postgres.embeddedModifier and TypeInterfaceDescriptioninterfaceProvides a default implementation of the DatabasePreparer, and adds a methodClasses in com.opentable.db.postgres.embedded that implement DatabasePreparerModifier and TypeClassDescriptionfinal classSupport for integrating Flyway and performing a DB migration as part of the setup process.final classSupport for integrating Liquibase and performing a DB migration as part of the setup process.Methods in com.opentable.db.postgres.embedded with parameters of type DatabasePreparerModifier and TypeMethodDescriptionstatic PreparedDbProviderPreparedDbProvider.forPreparer(DatabasePreparer preparer) static PreparedDbProviderPreparedDbProvider.forPreparer(DatabasePreparer preparer, Iterable<Consumer<EmbeddedPostgres.Builder>> customizers) -
Uses of DatabasePreparer in com.opentable.db.postgres.junit
Methods in com.opentable.db.postgres.junit with parameters of type DatabasePreparerModifier and TypeMethodDescriptionstatic PreparedDbRuleEmbeddedPostgresRules.preparedDatabase(DatabasePreparer preparer) Returns aPreparedDbRuleto create a Postgres cluster, shared amongst all test cases in this JVM. -
Uses of DatabasePreparer in com.opentable.db.postgres.junit5
Methods in com.opentable.db.postgres.junit5 with parameters of type DatabasePreparerModifier and TypeMethodDescriptionstatic PreparedDbExtensionEmbeddedPostgresExtension.preparedDatabase(DatabasePreparer preparer) Returns aPreparedDbExtensionto create a Postgres cluster, shared amongst all test cases in this JVM.