Skip navigation links
A B C E G H J M O S W 

A

after() - Method in class org.jdbi.v3.testing.JdbiRule
 
attach(Class<T>) - Method in class org.jdbi.v3.testing.JdbiRule
Attach an extension (such as a SqlObject) to the managed handle.

B

before() - Method in class org.jdbi.v3.testing.JdbiRule
 
before() - Static method in class org.jdbi.v3.testing.Migration
Create new Migration.

C

cleanAfter() - Method in class org.jdbi.v3.testing.Migration
Will drop all objects in the configured schemas after tests using Flyway.
createDataSource() - Method in class org.jdbi.v3.testing.JdbiRule
 

E

embeddedPostgres() - Static method in class org.jdbi.v3.testing.JdbiRule
Create a JdbiRule with an embedded PostgreSQL instance.
embeddedPostgres(Consumer<EmbeddedPostgres.Builder>) - Static method in class org.jdbi.v3.testing.JdbiRule
Create a JdbiRule with an embedded PostgreSQL instance.
externalPostgres(String, Integer, String, String, String) - Static method in class org.jdbi.v3.testing.JdbiRule
Create a JdbiRule using an external PostgreSQL instance.

G

getHandle() - Method in class org.jdbi.v3.testing.JdbiRule
Get the single Handle instance opened for the duration of this test case.
getJdbi() - Method in class org.jdbi.v3.testing.JdbiRule
Get Jdbi, in case you want to open additional handles to the same data source.

H

h2() - Static method in class org.jdbi.v3.testing.JdbiRule
Create a JdbiRule with an in-memory H2 database instance.

J

JdbiRule - Class in org.jdbi.v3.testing
JUnit @Rule to manage a Jdbi instance pointed to a managed database.
JdbiRule() - Constructor for class org.jdbi.v3.testing.JdbiRule
 

M

migrateWithFlyway() - Method in class org.jdbi.v3.testing.JdbiRule
Deprecated.
migrateWithFlyway(String...) - Method in class org.jdbi.v3.testing.JdbiRule
Deprecated.
Migration - Class in org.jdbi.v3.testing
Represents a Flyway migration Jdbi should run.
Migration() - Constructor for class org.jdbi.v3.testing.Migration
 

O

org.jdbi.v3.testing - package org.jdbi.v3.testing
 

S

sqlite() - Static method in class org.jdbi.v3.testing.JdbiRule
Create a JdbiRule with an in-memory Sqlite database instance.

W

withDefaultPath() - Method in class org.jdbi.v3.testing.Migration
Use Default db/migration Flyway schema migration location.
withMigration(Migration) - Method in class org.jdbi.v3.testing.JdbiRule
Run database migration.
withPath(String) - Method in class org.jdbi.v3.testing.Migration
Add flyway migration path.
withPaths(String...) - Method in class org.jdbi.v3.testing.Migration
Add flyway migration paths.
withPlugin(JdbiPlugin) - Method in class org.jdbi.v3.testing.JdbiRule
Install a plugin into JdbiRule.
withPlugins() - Method in class org.jdbi.v3.testing.JdbiRule
Discover and install plugins from the classpath.
withSchema(String) - Method in class org.jdbi.v3.testing.Migration
Add flyway migration schema.
withSchemas(String...) - Method in class org.jdbi.v3.testing.Migration
Add flyway migration schemas.
A B C E G H J M O S W 
Skip navigation links

Copyright © 2019. All rights reserved.