Java org.hibernate ScrollMode fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate ScrollMode fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate ScrollMode.

The text is from its open source code.

Field

ScrollModeFORWARD_ONLY
Requests a scrollable result that is only scrollable forwards.
ScrollModeSCROLL_SENSITIVE
Requests a scrollable result which is sensitive to changes in the underlying data.
ScrollModeSCROLL_INSENSITIVE
Requests a scrollable result which is insensitive to changes in the underlying data.

Method

inttoResultSetType()
Get the corresponding JDBC scroll type code constant value.