Uses of Class
org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor
-
Packages that use AbstractLogicalConnectionImplementor Package Description org.hibernate.resource.jdbc.internal Implementation of the SPI for managing JDBC connections and other heavyweight resources. -
-
Uses of AbstractLogicalConnectionImplementor in org.hibernate.resource.jdbc.internal
Subclasses of AbstractLogicalConnectionImplementor in org.hibernate.resource.jdbc.internal Modifier and Type Class Description class
LogicalConnectionManagedImpl
Represents a LogicalConnection where we manage obtaining and releasing the Connection as needed.class
LogicalConnectionProvidedImpl
-