Uses of Package
org.hibernate.resource.transaction.spi
-
Packages that use org.hibernate.resource.transaction.spi Package Description org.hibernate This package defines the central Hibernate APIs, beginning withSessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances ofSessionandStatelessSession, the most important APIs exposing persistence-related operations for entities.org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.org.hibernate.engine.spi This package defines some central internal SPI abstractions used throughout the implementation of Hibernate.org.hibernate.engine.transaction.spi An SPI abstracting the object which implementsTransaction.org.hibernate.event.spi Defines the event types and event listener interfaces for events produced by the statefulSession.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session".org.hibernate.resource.transaction.backend.jdbc.spi An SPI which models the concept of a JDBC resource-level transaction.org.hibernate.resource.transaction.spi Extended SPI contracts for the resource-level transaction capabilities of Hibernate.org.hibernate.tool.schema.spi An SPI for the tooling related to DDL generation, export, migration, and validation. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate Class Description TransactionStatus Enumeration of statuses in which a transaction facade (Transaction) might be. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.engine.jdbc.spi Class Description TransactionCoordinatorOwner Models an owner of aTransactionCoordinator. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.engine.spi Class Description TransactionCoordinator Models the coordination of all transaction related flows.TransactionCoordinatorBuilder.Options Access to options to are specific to eachTransactionCoordinatorinstance. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.engine.transaction.spi Class Description TransactionObserver Observer of internal transaction events. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.event.spi Class Description TransactionCoordinatorBuilder.Options Access to options to are specific to eachTransactionCoordinatorinstance. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.resource.jdbc.spi Class Description TransactionCoordinator Models the coordination of all transaction related flows. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.resource.transaction.backend.jdbc.spi Class Description TransactionStatus Enumeration of statuses in which a transaction facade (Transaction) might be. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.resource.transaction.spi Class Description DdlTransactionIsolator Provides access to aConnectionthat is isolated from any "current transaction" with the designated purpose of performing DDL commands.IsolationDelegate Contract for performing work in a manner that isolates it from any current transaction.SynchronizationRegistry Manages a registry of (local) JTASynchronizationinstancesTransactionCoordinator Models the coordination of all transaction related flows.TransactionCoordinator.TransactionDriver Provides the means for resource-local transactions (as transaction drivers) to control the underlying "physical transaction" currently associated with theTransactionCoordinator.TransactionCoordinatorBuilder Builder forTransactionCoordinatorinstances.TransactionCoordinatorBuilder.Options Access to options to are specific to eachTransactionCoordinatorinstance.TransactionCoordinatorOwner Models an owner of aTransactionCoordinator.TransactionObserver Observer of internal transaction events.TransactionStatus Enumeration of statuses in which a transaction facade (Transaction) might be. -
Classes in org.hibernate.resource.transaction.spi used by org.hibernate.tool.schema.spi Class Description DdlTransactionIsolator Provides access to aConnectionthat is isolated from any "current transaction" with the designated purpose of performing DDL commands.