Class SpringJtaPlatform
java.lang.Object
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
org.springframework.boot.orm.jpa.hibernate.SpringJtaPlatform
- All Implemented Interfaces:
Serializable
,org.hibernate.engine.transaction.jta.platform.internal.TransactionManagerAccess
,org.hibernate.engine.transaction.jta.platform.spi.JtaPlatform
,org.hibernate.service.Service
,org.hibernate.service.spi.Configurable
,org.hibernate.service.spi.ServiceRegistryAwareService
public class SpringJtaPlatform
extends org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
Generic Hibernate
AbstractJtaPlatform
implementation that simply resolves the
JTA UserTransaction
and TransactionManager
from the Spring-configured
JtaTransactionManager
implementation.- Since:
- 1.2.0
- See Also:
-
Constructor Summary
ConstructorDescriptionSpringJtaPlatform
(org.springframework.transaction.jta.JtaTransactionManager transactionManager) -
Method Summary
Modifier and TypeMethodDescriptionprotected jakarta.transaction.TransactionManager
protected jakarta.transaction.UserTransaction
Methods inherited from class org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
canCacheTransactionManager, canCacheTransactionManagerByDefault, canCacheUserTransaction, canCacheUserTransactionByDefault, canRegisterSynchronization, configure, getCurrentStatus, getSynchronizationStrategy, getTransactionIdentifier, getTransactionManager, injectServices, jndiService, registerSynchronization, retrieveTransactionManager, retrieveUserTransaction, serviceRegistry
-
Constructor Details
-
SpringJtaPlatform
public SpringJtaPlatform(org.springframework.transaction.jta.JtaTransactionManager transactionManager)
-
-
Method Details
-
locateTransactionManager
protected jakarta.transaction.TransactionManager locateTransactionManager()- Specified by:
locateTransactionManager
in classorg.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
-
locateUserTransaction
protected jakarta.transaction.UserTransaction locateUserTransaction()- Specified by:
locateUserTransaction
in classorg.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
-