Uses of Interface
jakarta.transaction.UserTransaction
Packages that use UserTransaction
Package
Description
Contains the Enterprise Bean classes
and interfaces that define the contracts between the enterprise bean
and its clients and between the enterprise bean and the enterprise bean container.
A range of container-specific implementations of
JtaPlatform.An SPI for integrating with container-provided implementations of JTA.
Implementations of
TransactionCoordinator
based on JTA.-
Uses of UserTransaction in jakarta.ejb
Methods in jakarta.ejb that return UserTransactionModifier and TypeMethodDescriptionEJBContext.getUserTransaction()Obtain the transaction demarcation interface. -
Uses of UserTransaction in org.hibernate.engine.transaction.internal.jta
Methods in org.hibernate.engine.transaction.internal.jta with parameters of type UserTransactionModifier and TypeMethodDescriptionstatic intJtaStatusHelper.getStatus(UserTransaction userTransaction) Extract the status code from aUserTransactionstatic booleanJtaStatusHelper.isActive(UserTransaction userTransaction) Does the status code obtained from the givenUserTransactionindicate an active transaction?static booleanJtaStatusHelper.isCommitted(UserTransaction userTransaction) Does the status code obtained from the givenUserTransactionindicate a commit?static booleanJtaStatusHelper.isRollback(UserTransaction userTransaction) Does the status code obtained from the givenUserTransactionindicate a roll back? -
Uses of UserTransaction in org.hibernate.engine.transaction.jta.platform.internal
Methods in org.hibernate.engine.transaction.jta.platform.internal that return UserTransactionModifier and TypeMethodDescriptionprotected abstract UserTransactionAbstractJtaPlatform.locateUserTransaction()protected UserTransactionAtomikosJtaPlatform.locateUserTransaction()protected UserTransactionBitronixJtaPlatform.locateUserTransaction()protected UserTransactionBorlandEnterpriseServerJtaPlatform.locateUserTransaction()protected UserTransactionJBossAppServerJtaPlatform.locateUserTransaction()protected UserTransactionJBossStandAloneJtaPlatform.locateUserTransaction()protected UserTransactionJOnASJtaPlatform.locateUserTransaction()protected UserTransactionJOTMJtaPlatform.locateUserTransaction()protected UserTransactionJRun4JtaPlatform.locateUserTransaction()protected UserTransactionOC4JJtaPlatform.locateUserTransaction()protected UserTransactionOrionJtaPlatform.locateUserTransaction()protected UserTransactionResinJtaPlatform.locateUserTransaction()protected UserTransactionSapNetWeaverJtaPlatform.locateUserTransaction()protected UserTransactionSunOneJtaPlatform.locateUserTransaction()protected UserTransactionWeblogicJtaPlatform.locateUserTransaction()protected UserTransactionWebSphereExtendedJtaPlatform.locateUserTransaction()protected UserTransactionWebSphereJtaPlatform.locateUserTransaction()protected UserTransactionWebSphereLibertyJtaPlatform.locateUserTransaction()protected UserTransactionWildFlyStandAloneJtaPlatform.locateUserTransaction()AbstractJtaPlatform.retrieveUserTransaction()@Nullable UserTransactionNoJtaPlatform.retrieveUserTransaction() -
Uses of UserTransaction in org.hibernate.engine.transaction.jta.platform.spi
Methods in org.hibernate.engine.transaction.jta.platform.spi that return UserTransactionModifier and TypeMethodDescription@Nullable UserTransactionJtaPlatform.retrieveUserTransaction()Locate theUserTransaction. -
Uses of UserTransaction in org.hibernate.resource.transaction.backend.jta.internal
Constructors in org.hibernate.resource.transaction.backend.jta.internal with parameters of type UserTransactionModifierConstructorDescriptionJtaTransactionAdapterUserTransactionImpl(UserTransaction userTransaction) -
Uses of UserTransaction in org.jboss.ejb.client
Methods in org.jboss.ejb.client that return UserTransactionModifier and TypeMethodDescriptionstatic UserTransactionEJBClient.getUserTransaction(String targetNodeName) Deprecated.