Package org.skife.jdbi.tweak

Defines classes and interfaces which can be used to tweak the behavior of jDBI in various ways.

See:
          Description

Interface Summary
ScriptLocator Mechanism for locating SQL scripts
StatementLocator Used to search for named statements
TransactionHandler Interface which defines callbacks to be used when transaction methods are called on a handle.
 

Class Summary
BMTTransactionHandler Transaction Handler which uses a JNDI lookup for an explicitely managed JTA UserTransaction for all transactional activity.
CachingStatementLocator Statement locator which acts as a caching decorator around another.
ChainedScriptLocator Will take a group of script locators and try each, in order, until one finds the requested resource.
ClasspathScriptLocator Looks for a script on the classpath.
ClasspathStatementLocator Locates statements defined on the classpath using the [name].sql naming convention, or if that fails, [name]
CMTConnectionTransactionHandler Handler designed to behave properly in a J2EE CMT environment.
ConnectionTransactionHandler Provide explicit local transaction management directly on the the JDBC Connection

This is the default transaction handler.

FileSystemScriptLocator Looks on the file system for an SQL script.
URLScriptLocator Script locator which takes a name and treats it as a URL, which it tries to open
 

Package org.skife.jdbi.tweak Description

Defines classes and interfaces which can be used to tweak the behavior of jDBI in various ways.