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