Uses of Interface
org.hibernate.resource.jdbc.ResourceRegistry
-
Packages that use ResourceRegistry Package Description org.hibernate.resource.jdbc A facility for managing logical JDBC connections and keeping track of other heavyweight resources. -
-
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 logical connection.
-