Uses of Interface
jakarta.transaction.TransactionManager
Packages that use TransactionManager
Package
Description
A range of container-specific implementations of
JtaPlatform.An SPI for integrating with container-provided implementations of JTA.
Implementations of
TransactionCoordinator
based on JTA.Hot Rod client API.
Hot Rod client configuration API.
Commons API package
Mostly internal search related classes.
-
Uses of TransactionManager in org.apache.activemq.artemis.jms.bridge
Methods in org.apache.activemq.artemis.jms.bridge with parameters of type TransactionManager -
Uses of TransactionManager in org.apache.activemq.artemis.jms.bridge.impl
Methods in org.apache.activemq.artemis.jms.bridge.impl with parameters of type TransactionManagerModifier and TypeMethodDescriptionvoidJMSBridgeImpl.setTransactionManager(TransactionManager tm) -
Uses of TransactionManager in org.apache.activemq.artemis.service.extensions
Methods in org.apache.activemq.artemis.service.extensions that return TransactionManagerMethods in org.apache.activemq.artemis.service.extensions with parameters of type TransactionManagerModifier and TypeMethodDescriptionstatic voidServiceUtils.setTransactionManager(TransactionManager tm) -
Uses of TransactionManager in org.apache.activemq.artemis.service.extensions.transactions
Methods in org.apache.activemq.artemis.service.extensions.transactions that return TransactionManager -
Uses of TransactionManager in org.hibernate.engine.transaction.internal.jta
Methods in org.hibernate.engine.transaction.internal.jta with parameters of type TransactionManagerModifier and TypeMethodDescriptionstatic intJtaStatusHelper.getStatus(TransactionManager transactionManager) Extract the status code from the currentTransactionassociated with the givenTransactionManagerstatic booleanJtaStatusHelper.isActive(TransactionManager transactionManager) Does the status code obtained from the givenTransactionManagerindicate an active transaction?static booleanJtaStatusHelper.isCommitted(TransactionManager transactionManager) Does the status code obtained from the givenTransactionManagerindicate a commit?static booleanJtaStatusHelper.isRollback(TransactionManager transactionManager) Does the status code obtained from the givenTransactionManagerindicate a roll back? -
Uses of TransactionManager in org.hibernate.engine.transaction.jta.platform.internal
Classes in org.hibernate.engine.transaction.jta.platform.internal that implement TransactionManagerMethods in org.hibernate.engine.transaction.jta.platform.internal that return TransactionManagerModifier and TypeMethodDescriptionAbstractJtaPlatform.getTransactionManager()TransactionManagerAccess.getTransactionManager()Obtain the transaction managerprotected abstract TransactionManagerAbstractJtaPlatform.locateTransactionManager()protected TransactionManagerAtomikosJtaPlatform.locateTransactionManager()protected TransactionManagerBitronixJtaPlatform.locateTransactionManager()protected TransactionManagerBorlandEnterpriseServerJtaPlatform.locateTransactionManager()protected TransactionManagerJBossAppServerJtaPlatform.locateTransactionManager()protected TransactionManagerJBossStandAloneJtaPlatform.locateTransactionManager()protected TransactionManagerJOnASJtaPlatform.locateTransactionManager()protected TransactionManagerJOTMJtaPlatform.locateTransactionManager()protected TransactionManagerJRun4JtaPlatform.locateTransactionManager()protected TransactionManagerOC4JJtaPlatform.locateTransactionManager()protected TransactionManagerOrionJtaPlatform.locateTransactionManager()protected TransactionManagerResinJtaPlatform.locateTransactionManager()protected TransactionManagerSapNetWeaverJtaPlatform.locateTransactionManager()protected TransactionManagerSunOneJtaPlatform.locateTransactionManager()protected TransactionManagerWeblogicJtaPlatform.locateTransactionManager()protected TransactionManagerWebSphereExtendedJtaPlatform.locateTransactionManager()protected TransactionManagerWebSphereJtaPlatform.locateTransactionManager()protected TransactionManagerWebSphereLibertyJtaPlatform.locateTransactionManager()protected TransactionManagerWildFlyStandAloneJtaPlatform.locateTransactionManager()AbstractJtaPlatform.retrieveTransactionManager()@Nullable TransactionManagerNoJtaPlatform.retrieveTransactionManager() -
Uses of TransactionManager in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that return TransactionManagerModifier and TypeMethodDescription@Nullable TransactionManagerJtaPlatform.retrieveTransactionManager()Locate theTransactionManager. -
Uses of TransactionManager in org.hibernate.resource.transaction.backend.jta.internal
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type TransactionManagerModifierConstructorDescriptionJtaIsolationDelegate(JdbcConnectionAccess connectionAccess, SqlExceptionHelper sqlExceptionConverter, TransactionManager transactionManager) JtaIsolationDelegate(JdbcSessionOwner jdbcSessionOwner, TransactionManager transactionManager) JtaIsolationDelegate(TransactionCoordinatorOwner transactionCoordinatorOwner, TransactionManager transactionManager) JtaTransactionAdapterTransactionManagerImpl(TransactionManager transactionManager) -
Uses of TransactionManager in org.infinispan.client.hotrod
Methods in org.infinispan.client.hotrod with parameters of type TransactionManagerModifier and TypeMethodDescriptiondefault <K,V> RemoteCache<K, V> RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue, TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,V> RemoteCache<K, V> RemoteCacheContainer.getCache(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.default <K,V> RemoteCache<K, V> RemoteCacheContainer.getCache(String cacheName, TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,V> RemoteCache<K, V> RemoteCacheContainer.getCache(String cacheName, TransactionMode transactionMode, TransactionManager transactionManager) Deprecated, for removal: This API element is subject to removal in a future version.since 11.0.<K,V> RemoteCache<K, V> RemoteCacheManager.getCache(String cacheName, boolean forceReturnValue, TransactionMode transactionMode, TransactionManager transactionManager) <K,V> RemoteCache<K, V> RemoteCacheManager.getCache(String cacheName, TransactionMode transactionMode, TransactionManager transactionManager) -
Uses of TransactionManager in org.infinispan.client.hotrod.configuration
Methods in org.infinispan.client.hotrod.configuration with parameters of type TransactionManagerModifier and TypeMethodDescriptionRemoteCacheConfigurationBuilder.transactionManager(TransactionManager manager) Deprecated, for removal: This API element is subject to removal in a future version.since 12.0. -
Uses of TransactionManager in org.infinispan.client.hotrod.impl.transaction
Methods in org.infinispan.client.hotrod.impl.transaction that return TransactionManagerConstructors in org.infinispan.client.hotrod.impl.transaction with parameters of type TransactionManagerModifierConstructorDescriptionTransactionalRemoteCacheImpl(RemoteCacheManager rcm, String name, boolean forceReturnValue, boolean recoveryEnabled, TransactionManager transactionManager, TransactionTable transactionTable, TimeService timeService) -
Uses of TransactionManager in org.infinispan.client.hotrod.transaction.lookup
Methods in org.infinispan.client.hotrod.transaction.lookup that return TransactionManagerModifier and TypeMethodDescriptionGenericTransactionManagerLookup.getTransactionManager()RemoteTransactionManagerLookup.getTransactionManager() -
Uses of TransactionManager in org.infinispan.client.hotrod.transaction.manager
Classes in org.infinispan.client.hotrod.transaction.manager that implement TransactionManager -
Uses of TransactionManager in org.infinispan.commons.api
Methods in org.infinispan.commons.api that return TransactionManagerModifier and TypeMethodDescriptiondefault TransactionManagerTransactionalCache.getTransactionManager() -
Uses of TransactionManager in org.infinispan.commons.tx
Classes in org.infinispan.commons.tx that implement TransactionManager -
Uses of TransactionManager in org.infinispan.commons.tx.lookup
Methods in org.infinispan.commons.tx.lookup that return TransactionManagerModifier and TypeMethodDescriptionTransactionManagerLookup.getTransactionManager()Returns a new TransactionManager.LookupNames.TransactionManagerFactory.tryLookup(ClassLoader classLoader) Methods in org.infinispan.commons.tx.lookup that return types with arguments of type TransactionManagerModifier and TypeMethodDescriptionstatic Optional<TransactionManager>LookupNames.lookupByJNDI()Lookup for aTransactionManagerby known JNDI names.static Optional<TransactionManager>LookupNames.lookupByTransactionManagerFactory(ClassLoader classLoader) Lookup aTransactionManagerby factory.static Optional<TransactionManager>LookupNames.lookupKnownTransactionManagers(ClassLoader classLoader) Lookup forTransactionManager. -
Uses of TransactionManager in org.infinispan.query.backend
Constructors in org.infinispan.query.backend with parameters of type TransactionManager -
Uses of TransactionManager in org.jboss.activemq.artemis.wildfly.transactions
Methods in org.jboss.activemq.artemis.wildfly.transactions that return TransactionManager