Package org.dalesbred.transaction
Interface TransactionContext
-
public interface TransactionContext
Provides transactions with access to the context.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description @NotNull java.sql.Connection
getConnection()
Returns the raw JDBC-connection for this transaction.boolean
isRollbackOnly()
void
setRollbackOnly()
Requests that this transaction will be rolled back.
-