Example usage for Java org.hibernate ScrollMode fields, constructors, methods, implement or subclass
The text is from its open source code.
ScrollMode | FORWARD_ONLY Requests a scrollable result that is only scrollable forwards. |
ScrollMode | SCROLL_SENSITIVE Requests a scrollable result which is sensitive to changes in the underlying data. |
ScrollMode | SCROLL_INSENSITIVE Requests a scrollable result which is insensitive to changes in the underlying data. |
int | toResultSetType() Get the corresponding JDBC scroll type code constant value. |