Package org.skife.jdbi.v2.tweak

Interfaces used to alter JDBI's behavior

See:
          Description

Interface Summary
Argument Represents an argument to a prepared statement.
ConnectionFactory Interface which abstracts away how JDBC Connections are obtained
HandleCallback<T> Callback for use with DBI.withHandle(HandleCallback)
NamedArgumentFinder Returns an Argument based on a name.
ResultSetMapper<T> 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.
SQLLog.BatchLogger Instances of this are used to log batch statements.
StatementBuilder Used to convert translated SQL into a prepared statement.
StatementBuilderFactory Used to specify how prepared statements are built.
StatementCustomizer Used t beforeExecution a prepared statement.
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 Summary
BaseStatementCustomizer Convenience class which provides no-op stubs of the StatementCustomizer methods
 

Package org.skife.jdbi.v2.tweak Description

Interfaces used to alter JDBI's behavior



Copyright © 2011. All Rights Reserved.