Uses of Enum Class
org.hibernate.ScrollMode

Packages that use ScrollMode
Package
Description
This package defines the central Hibernate APIs, beginning with SessionFactory, which represents an instance of Hibernate at runtime and is the source of new instances of Session and StatelessSession, the most important APIs exposing persistence-related operations for entities.
This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.
SPI contracts supporting various aspects of JDBC interaction.
Defines the internal implementation of the stored procedure SPI.
Everything related to HQL/JPQL, native SQL, and criteria queries.
Contains a range of internal abstractions for dealing with query execution, query plans, query options, and query parameters.
Implementation of the SPIs for native SQL query support.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Implementation of the SPI for execution of SQL statements via JDBC.
SPI for execution of SQL statements via JDBC.