Uses of Interface
org.hibernate.resource.jdbc.ResourceRegistry
-
Packages that use ResourceRegistry Package Description org.hibernate.resource.jdbc org.hibernate.resource.jdbc.internal -
-
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. -
Uses of ResourceRegistry in org.hibernate.resource.jdbc.internal
Classes in org.hibernate.resource.jdbc.internal that implement ResourceRegistry Modifier and Type Class Description classResourceRegistryStandardImplHelps 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 ResourceRegistryAbstractLogicalConnectionImplementor. resourceRegistryMethods in org.hibernate.resource.jdbc.internal that return ResourceRegistry Modifier and Type Method Description ResourceRegistryAbstractLogicalConnectionImplementor. 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)
-