Uses of Interface
jakarta.transaction.Synchronization
-
Packages that use Synchronization Package Description jakarta.transaction Provides the API that defines the contract between the transaction manager and the various parties involved in a distributed transaction namely : resource manager, application, and application server.org.hibernate.search.mapper.orm.session.impl org.infinispan.commons.tx -
-
Uses of Synchronization in jakarta.transaction
Methods in jakarta.transaction with parameters of type Synchronization Modifier and Type Method Description voidTransactionSynchronizationRegistry. registerInterposedSynchronization(Synchronization sync)Register a Synchronization instance with special ordering semantics.voidTransaction. registerSynchronization(Synchronization sync)Register a synchronization object for the transaction currently associated with the target object. -
Uses of Synchronization in org.hibernate.search.mapper.orm.session.impl
Methods in org.hibernate.search.mapper.orm.session.impl that return Synchronization Modifier and Type Method Description SynchronizationConfiguredAutomaticIndexingStrategy. createTransactionWorkQueueSynchronization(PojoIndexingPlan indexingPlan, HibernateOrmSearchSessionHolder sessionProperties, org.hibernate.Transaction transactionIdentifier, ConfiguredIndexingPlanSynchronizationStrategy synchronizationStrategy) -
Uses of Synchronization in org.infinispan.commons.tx
Methods in org.infinispan.commons.tx that return types with arguments of type Synchronization Modifier and Type Method Description Collection<Synchronization>TransactionImpl. getEnlistedSynchronization()Methods in org.infinispan.commons.tx with parameters of type Synchronization Modifier and Type Method Description AsyncSynchronizationDefaultResourceConverter. convertSynchronization(Synchronization synchronization)AsyncSynchronizationTransactionResourceConverter. convertSynchronization(Synchronization synchronization)voidTransactionImpl. registerSynchronization(Synchronization sync)Register aSynchronizationcallback with this transaction.
-