Class WebSphereJtaPlatform
java.lang.Object
org.hibernate.engine.transaction.jta.platform.internal.AbstractJtaPlatform
org.hibernate.engine.transaction.jta.platform.internal.WebSphereJtaPlatform
- All Implemented Interfaces:
Serializable
,TransactionManagerAccess
,JtaPlatform
,Service
,Configurable
,ServiceRegistryAwareService
JTA platform implementation for WebSphere (versions 4, 5.0 and 5.1)
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionWebSphereJtaPlatform
(Class transactionManagerAccessClass, WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment) -
Method Summary
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
-
WebSphereJtaPlatform
public WebSphereJtaPlatform() -
WebSphereJtaPlatform
public WebSphereJtaPlatform(Class transactionManagerAccessClass, WebSphereJtaPlatform.WebSphereEnvironment webSphereEnvironment)
-
-
Method Details
-
locateTransactionManager
- Specified by:
locateTransactionManager
in classAbstractJtaPlatform
-
locateUserTransaction
- Specified by:
locateUserTransaction
in classAbstractJtaPlatform
-