Uses of Interface
org.hibernate.resource.jdbc.LogicalConnection
-
Packages that use LogicalConnection 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 LogicalConnection in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement LogicalConnection Modifier and Type Class Description classAbstractLogicalConnectionImplementorclassLogicalConnectionManagedImplRepresents a LogicalConnection where we manage obtaining and releasing the Connection as needed.classLogicalConnectionProvidedImpl -
Uses of LogicalConnection in org.hibernate.resource.jdbc.spi
Subinterfaces of LogicalConnection in org.hibernate.resource.jdbc.spi Modifier and Type Interface Description interfaceLogicalConnectionImplementorSPI contract forLogicalConnection.
-