| Package | Description |
|---|---|
| org.skife.jdbi.v2 |
Start with
DBI and Handle |
| org.skife.jdbi.v2.logging | |
| org.skife.jdbi.v2.spring |
Classes here provide integration hooks for working with the Spring framework.
|
| org.skife.jdbi.v2.sqlobject.mixins | |
| org.skife.jdbi.v2.sqlobject.stringtemplate | |
| org.skife.jdbi.v2.tweak |
Interfaces used to alter JDBI's behavior
|
| org.skife.jdbi.v2.tweak.transactions |
Several
TransactionHandler instances ae provided for working in
different environments. |
| org.skife.jdbi.v2.unstable.oracle |
Convenience classes when working with Oracle databases.
|
| org.skife.jdbi.v2.util |
Classes provided as a convenience to users of the library.
|
| Class and Description |
|---|
| Argument
Represents an argument to a prepared statement.
|
| ArgumentFactory |
| BaseStatementCustomizer
Convenience class which provides no-op stubs of the StatementCustomizer methods
|
| ConnectionFactory
Interface which abstracts away how JDBC Connections are obtained
|
| ContainerFactory |
| HandleCallback
Callback for use with
DBI.withHandle(HandleCallback) |
| HandleConsumer
Callback for use with
DBI.useHandle(HandleConsumer) |
| NamedArgumentFinder
Returns an Argument based on a name.
|
| ResultColumnMapper
Maps result set columns to objects.
|
| ResultSetMapper
Used with a
Query.map(ResultSetMapper) call to specify
what to do with each row of a result set |
| RewrittenStatement
Return value from
StatementRewriter.rewrite(String, org.skife.jdbi.v2.Binding, org.skife.jdbi.v2.StatementContext) calls |
| SQLLog
Interface used to receive sql logging events.
|
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementBuilderFactory
Used to specify how prepared statements are built.
|
| StatementCustomizer
Allows tweaking of statement behaviour.
|
| StatementLocator
Used for finding the actual SQL for named statements..
|
| StatementRewriter
Use to provide arbitrary statement rewriting.
|
| TransactionHandler
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
| Class and Description |
|---|
| SQLLog
Interface used to receive sql logging events.
|
| SQLLog.BatchLogger
Instances of this are used to log batch statements.
|
| Class and Description |
|---|
| StatementLocator
Used for finding the actual SQL for named statements..
|
| Class and Description |
|---|
| HandleCallback
Callback for use with
DBI.withHandle(HandleCallback) |
| Class and Description |
|---|
| StatementLocator
Used for finding the actual SQL for named statements..
|
| Class and Description |
|---|
| Argument
Represents an argument to a prepared statement.
|
| HandleCallback
Callback for use with
DBI.withHandle(HandleCallback) |
| ResultSetMapper
Used with a
Query.map(ResultSetMapper) call to specify
what to do with each row of a result set |
| RewrittenStatement
Return value from
StatementRewriter.rewrite(String, org.skife.jdbi.v2.Binding, org.skife.jdbi.v2.StatementContext) calls |
| SQLLog.BatchLogger
Instances of this are used to log batch statements.
|
| StatementBuilder
Used to convert translated SQL into a prepared statement.
|
| StatementCustomizer
Allows tweaking of statement behaviour.
|
| Class and Description |
|---|
| TransactionHandler
Interface which defines callbacks to be used when transaction methods are called on a handle.
|
| Class and Description |
|---|
| ResultSetMapper
Used with a
Query.map(ResultSetMapper) call to specify
what to do with each row of a result set |
| Class and Description |
|---|
| ResultColumnMapper
Maps result set columns to objects.
|
| ResultSetMapper
Used with a
Query.map(ResultSetMapper) call to specify
what to do with each row of a result set |
Copyright © 2018. All rights reserved.