Package | Description |
---|---|
org.hibernate.engine.spi | |
org.hibernate.engine.transaction.internal | |
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
org.hibernate.resource.transaction |
Defines the resource-level transaction capabilities of Hibernate, which revolves around the
TransactionCoordinator contract. |
org.hibernate.resource.transaction.backend.jdbc.internal | |
org.hibernate.resource.transaction.backend.jta.internal |
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator |
SessionImplementor.getTransactionCoordinator()
Retrieve access to the session's transaction coordinator.
|
TransactionCoordinator |
SessionDelegatorBaseImpl.getTransactionCoordinator() |
Constructor and Description |
---|
TransactionImpl(TransactionCoordinator transactionCoordinator) |
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator |
StatelessSessionImpl.getTransactionCoordinator() |
TransactionCoordinator |
SessionImpl.getTransactionCoordinator() |
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator |
TransactionCoordinatorBuilder.buildTransactionCoordinator(TransactionCoordinatorOwner owner,
TransactionCoordinatorBuilder.TransactionCoordinatorOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
JdbcResourceLocalTransactionCoordinatorImpl
An implementation of TransactionCoordinator based on managing a transaction through the JDBC Connection
via
JdbcResourceTransaction |
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator |
JdbcResourceLocalTransactionCoordinatorBuilderImpl.buildTransactionCoordinator(TransactionCoordinatorOwner owner,
TransactionCoordinatorBuilder.TransactionCoordinatorOptions options) |
Modifier and Type | Class and Description |
---|---|
class |
JtaTransactionCoordinatorImpl
An implementation of TransactionCoordinator based on managing a transaction through the JTA API (either TM or UT)
|
Modifier and Type | Method and Description |
---|---|
TransactionCoordinator |
JtaTransactionCoordinatorBuilderImpl.buildTransactionCoordinator(TransactionCoordinatorOwner owner,
TransactionCoordinatorBuilder.TransactionCoordinatorOptions options) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.