Example usage for Java org.hibernate Transaction fields, constructors, methods, implement or subclass
The text is from its open source code.
TransactionStatus | getStatus() Get the current local status of this transaction. |
void | markRollbackOnly() Make a best effort to mark the underlying transaction for rollback only. |
void | registerSynchronization(Synchronization synchronization) Register a user synchronization callback for this transaction. |
void | setTimeout(int seconds) Set the transaction timeout for any transaction started by a subsequent call to #begin on this instance. |