Java org.hibernate Transaction fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate Transaction fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate Transaction.

The text is from its open source code.

Implementation

org.hibernate.Transaction has the following implementations.
Click this link to see all its implementation.

Constructor

Method

TransactionStatusgetStatus()
Get the current local status of this transaction.
voidmarkRollbackOnly()
Make a best effort to mark the underlying transaction for rollback only.
voidregisterSynchronization(Synchronization synchronization)
Register a user synchronization callback for this transaction.
voidsetTimeout(int seconds)
Set the transaction timeout for any transaction started by a subsequent call to #begin on this instance.