| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Transaction | |
|---|---|
| org.hibernate | This package defines the central Hibernate APIs. | 
| org.hibernate.engine.transaction.internal.jdbc | |
| org.hibernate.engine.transaction.internal.jta | |
| org.hibernate.engine.transaction.spi | |
| org.hibernate.internal | An internal package containing mostly implementations of central Hibernate APIs of the org.hibernatepackage. | 
| org.hibernate.test.interfaceproxy | |
| org.hibernate.test.mixed | |
| Uses of Transaction in org.hibernate | 
|---|
| Methods in org.hibernate that return Transaction | |
|---|---|
|  Transaction | SharedSessionContract.beginTransaction()Begin a unit of work and return the associated Transactionobject. | 
|  Transaction | SharedSessionContract.getTransaction()Get the Transactioninstance associated with this session. | 
| Methods in org.hibernate with parameters of type Transaction | |
|---|---|
|  void | EmptyInterceptor.afterTransactionBegin(Transaction tx) | 
|  void | Interceptor.afterTransactionBegin(Transaction tx)Called when a Hibernate transaction is begun via the Hibernate Transaction API. | 
|  void | EmptyInterceptor.afterTransactionCompletion(Transaction tx) | 
|  void | Interceptor.afterTransactionCompletion(Transaction tx)Called after a transaction is committed or rolled back. | 
|  void | EmptyInterceptor.beforeTransactionCompletion(Transaction tx) | 
|  void | Interceptor.beforeTransactionCompletion(Transaction tx)Called before a transaction is committed (but not before rollback). | 
| Uses of Transaction in org.hibernate.engine.transaction.internal.jdbc | 
|---|
| Classes in org.hibernate.engine.transaction.internal.jdbc that implement Transaction | |
|---|---|
|  class | JdbcTransactionTransactionimplementation based on transaction management through a JDBCConnection. | 
| Uses of Transaction in org.hibernate.engine.transaction.internal.jta | 
|---|
| Classes in org.hibernate.engine.transaction.internal.jta that implement Transaction | |
|---|---|
|  class | CMTTransactionImplements a transaction strategy for Container Managed Transaction (CMT) scenarios. | 
|  class | JtaTransactionImplements a transaction strategy based on transaction management through a JTA UserTransaction. | 
| Uses of Transaction in org.hibernate.engine.transaction.spi | 
|---|
| Subinterfaces of Transaction in org.hibernate.engine.transaction.spi | |
|---|---|
|  interface | TransactionImplementorAdditional contract for implementors of the Hibernate TransactionAPI. | 
| Classes in org.hibernate.engine.transaction.spi that implement Transaction | |
|---|---|
|  class | AbstractTransactionImplAbstract support for creating transactionimplementations | 
| Uses of Transaction in org.hibernate.internal | 
|---|
| Methods in org.hibernate.internal that return Transaction | |
|---|---|
|  Transaction | SessionImpl.beginTransaction() | 
|  Transaction | StatelessSessionImpl.beginTransaction() | 
|  Transaction | SessionImpl.getTransaction() | 
|  Transaction | StatelessSessionImpl.getTransaction() | 
| Uses of Transaction in org.hibernate.test.interfaceproxy | 
|---|
| Methods in org.hibernate.test.interfaceproxy with parameters of type Transaction | |
|---|---|
|  void | DocumentInterceptor.afterTransactionBegin(Transaction tx) | 
|  void | DocumentInterceptor.afterTransactionCompletion(Transaction tx) | 
|  void | DocumentInterceptor.beforeTransactionCompletion(Transaction tx) | 
| Uses of Transaction in org.hibernate.test.mixed | 
|---|
| Methods in org.hibernate.test.mixed with parameters of type Transaction | |
|---|---|
|  void | DocumentInterceptor.afterTransactionBegin(Transaction tx) | 
|  void | DocumentInterceptor.afterTransactionCompletion(Transaction tx) | 
|  void | DocumentInterceptor.beforeTransactionCompletion(Transaction tx) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||