Uses of Class
org.hibernate.internal.AbstractScrollableResults
-
Packages that use AbstractScrollableResults Package Description org.hibernate.internal An internal package containing implementations of central Hibernate APIs, mostly defined inorg.hibernate. -
-
Uses of AbstractScrollableResults in org.hibernate.internal
Subclasses of AbstractScrollableResults in org.hibernate.internal Modifier and Type Class Description classFetchingScrollableResultsImpl<R>Implementation of ScrollableResults which can handle collection fetches.classScrollableResultsImpl<R>Standard ScrollableResults implementation.
-