| net.sf.hajdbc.sql.TransactionContext
All known Subclasses: net.sf.hajdbc.sql.TestLocalTransactionContext,
TransactionContext | public interface TransactionContext (Code) | | Decorates and invocation strategy with transaction boundary logic.
author: Paul Ferraro< Parameters: D - > DataSource or Driver |
close | public void close()(Code) | | Closes this transaction context.
|
end | public InvocationStrategy<D, T, R> end(InvocationStrategy<D, T, R> strategy) throws SQLException(Code) | | Decorates the specified invocation strategy with end transaction logic.
< Parameters: T - > Target object type of the invocation< Parameters: R - > Return type of this invocation Parameters: strategy - the decorated invocation strategy throws: SQLException - |
start | public InvocationStrategy<D, T, R> start(InvocationStrategy<D, T, R> strategy, Connection connection) throws SQLException(Code) | | Decorates the specified invocation strategy with start transaction logic.
< Parameters: T - > Target object type of the invocation< Parameters: R - > Return type of this invocation Parameters: strategy - Parameters: connection - the decorated invocation strategy throws: SQLException - |
|
|