Uses of Interface
org.hibernate.resource.jdbc.spi.PhysicalJdbcTransaction
-
Packages that use PhysicalJdbcTransaction Package Description org.hibernate.resource.jdbc.internal org.hibernate.resource.jdbc.spi -
-
Uses of PhysicalJdbcTransaction in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement PhysicalJdbcTransaction Modifier and Type Class Description class
AbstractLogicalConnectionImplementor
class
LogicalConnectionManagedImpl
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.class
LogicalConnectionProvidedImpl
Methods in org.hibernate.resource.jdbc.internal that return PhysicalJdbcTransaction Modifier and Type Method Description PhysicalJdbcTransaction
AbstractLogicalConnectionImplementor. 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 PhysicalJdbcTransaction
LogicalConnectionImplementor. getPhysicalJdbcTransaction()
Access to the current underlying JDBC transaction
-