Uses of Package
org.hibernate.resource.transaction.backend.jdbc.spi
-
Packages that use org.hibernate.resource.transaction.backend.jdbc.spi Package Description org.hibernate.engine.jdbc.spi SPI contracts supporting various aspects of JDBC interaction.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. -
Classes in org.hibernate.resource.transaction.backend.jdbc.spi used by org.hibernate.engine.jdbc.spi Class Description JdbcResourceTransactionAccess Provides access toJdbcResourceTransaction(JDBC transaction stand-in) for use in building resource-localTransactionCoordinatorinstances. -
Classes in org.hibernate.resource.transaction.backend.jdbc.spi used by org.hibernate.resource.jdbc.spi Class Description JdbcResourceTransaction Models access to the resource transaction of the underlying JDBC resource. -
Classes in org.hibernate.resource.transaction.backend.jdbc.spi used by org.hibernate.resource.transaction.backend.jdbc.spi Class Description JdbcResourceTransaction Models access to the resource transaction of the underlying JDBC resource.