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 class
FetchingScrollableResultsImpl<R>
Implementation of ScrollableResults which can handle collection fetches.class
ScrollableResultsImpl<R>
Standard ScrollableResults implementation.
-