Uses of Interface
org.hibernate.resource.jdbc.ResourceRegistry
-
Packages that use ResourceRegistry Package Description org.hibernate.engine.jdbc.spi SPI contracts for supporting various aspects of JDBC interactionorg.hibernate.resource.jdbc -
-
Uses of ResourceRegistry in org.hibernate.engine.jdbc.spi
Methods in org.hibernate.engine.jdbc.spi that return ResourceRegistry Modifier and Type Method Description default ResourceRegistryJdbcCoordinator. getResourceRegistry()Deprecated.(since 5.2) access viaJdbcCoordinator.getLogicalConnection()instead -
Uses of ResourceRegistry in org.hibernate.resource.jdbc
Methods in org.hibernate.resource.jdbc that return ResourceRegistry Modifier and Type Method Description ResourceRegistryLogicalConnection. getResourceRegistry()Provides access to the registry of JDBC resources associated with this LogicalConnection.
-