A B C E G H J O 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
-
C
- createJdbi() - 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 Postgres 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
-
O
- org.jdbi.v3.testing - package org.jdbi.v3.testing
-
W
- 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.
A B C E G H J O W
Copyright © 2018. All rights reserved.