Uses of Interface
org.hibernate.resource.jdbc.spi.PhysicalJdbcTransaction
-
Packages that use PhysicalJdbcTransaction Package Description org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources.org.hibernate.resource.jdbc.spi An SPI for managing JDBC connections and other heavyweight resources, based around the idea of a "JDBC session". -
-
Uses of PhysicalJdbcTransaction in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement PhysicalJdbcTransaction Modifier and Type Class Description classAbstractLogicalConnectionImplementorclassLogicalConnectionManagedImplRepresents a LogicalConnection where we manage obtaining and releasing the Connection as needed.classLogicalConnectionProvidedImplMethods in org.hibernate.resource.jdbc.internal that return PhysicalJdbcTransaction Modifier and Type Method Description PhysicalJdbcTransactionAbstractLogicalConnectionImplementor. getPhysicalJdbcTransaction() -
Uses of PhysicalJdbcTransaction in org.hibernate.resource.jdbc.spi
Methods in org.hibernate.resource.jdbc.spi that return PhysicalJdbcTransaction Modifier and Type Method Description PhysicalJdbcTransactionLogicalConnectionImplementor. getPhysicalJdbcTransaction()Access to the current underlying JDBC transaction.
-