Uses of Interface
org.hibernate.resource.jdbc.ResourceRegistry
Packages that use ResourceRegistry
Package
Description
A facility for managing logical JDBC connections and keeping track of other heavyweight resources.
Implementation of the SPI for managing JDBC connections and other heavyweight resources.
-
Uses of ResourceRegistry in org.hibernate.resource.jdbc
Methods in org.hibernate.resource.jdbc that return ResourceRegistryModifier and TypeMethodDescriptionLogicalConnection.getResourceRegistry()Provides access to the registry of JDBC resources associated with this logical connection. -
Uses of ResourceRegistry in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement ResourceRegistryModifier and TypeClassDescriptionfinal classHelps to track statements and resultsets which need being closed.Fields in org.hibernate.resource.jdbc.internal declared as ResourceRegistryModifier and TypeFieldDescriptionprotected ResourceRegistryAbstractLogicalConnectionImplementor.resourceRegistryMethods in org.hibernate.resource.jdbc.internal that return ResourceRegistryConstructors in org.hibernate.resource.jdbc.internal with parameters of type ResourceRegistryModifierConstructorDescriptionLogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, SqlExceptionHelper sqlExceptionHelper, ResourceRegistry resourceRegistry) LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices) LogicalConnectionProvidedImpl(Connection providedConnection, ResourceRegistry resourceRegistry)