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.org.hibernate.resource.jdbc.internal 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 ResourceRegistry Modifier and Type Method Description ResourceRegistry
LogicalConnection. 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 ResourceRegistry Modifier and Type Class Description class
ResourceRegistryStandardImpl
Helps to track statements and resultsets which need being closed.Fields in org.hibernate.resource.jdbc.internal declared as ResourceRegistry Modifier and Type Field Description protected ResourceRegistry
AbstractLogicalConnectionImplementor. resourceRegistry
Methods in org.hibernate.resource.jdbc.internal that return ResourceRegistry Modifier and Type Method Description ResourceRegistry
AbstractLogicalConnectionImplementor. getResourceRegistry()
Constructors in org.hibernate.resource.jdbc.internal with parameters of type ResourceRegistry Constructor Description LogicalConnectionManagedImpl(JdbcConnectionAccess jdbcConnectionAccess, JdbcSessionContext jdbcSessionContext, ResourceRegistry resourceRegistry, JdbcServices jdbcServices)
LogicalConnectionProvidedImpl(Connection providedConnection, ResourceRegistry resourceRegistry)
-