Uses of Interface
jakarta.transaction.Synchronization

Packages that use Synchronization
Package
Description
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.
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
Internal implementations and support around "current session" handling.
 
A range of container-specific implementations of JtaPlatform.
An SPI for integrating with container-provided implementations of JTA.
An internal package containing implementations of central Hibernate APIs, mostly defined in org.hibernate.
Internal implementation details for reacting to JTA transaction completion via Synchronization callbacks
Internal implementation details for the resource-level transaction capabilities of Hibernate.
Extended SPI contracts for the resource-level transaction capabilities of Hibernate.