Uses of Interface
org.hibernate.engine.jdbc.cursor.spi.RefCursorSupport
-
Packages that use RefCursorSupport Package Description org.hibernate.engine.jdbc.cursor.internal Internals for JDBC REF_CURSOR support. -
-
Uses of RefCursorSupport in org.hibernate.engine.jdbc.cursor.internal
Classes in org.hibernate.engine.jdbc.cursor.internal that implement RefCursorSupport Modifier and Type Class Description class
StandardRefCursorSupport
Standard implementation of RefCursorSupportMethods in org.hibernate.engine.jdbc.cursor.internal that return RefCursorSupport Modifier and Type Method Description RefCursorSupport
RefCursorSupportInitiator. initiateService(Map<String,Object> configurationValues, ServiceRegistryImplementor registry)
Methods in org.hibernate.engine.jdbc.cursor.internal that return types with arguments of type RefCursorSupport Modifier and Type Method Description Class<RefCursorSupport>
RefCursorSupportInitiator. getServiceInitiated()
-