Java org.hibernate.jpa QueryHints fields, constructors, methods, implement or subclass

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

Introduction

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

The text is from its open source code.

Field

StringHINT_FETCH_SIZE
The hint key for specifying a JDBC fetch size, used when executing the resulting SQL.
StringHINT_READONLY
The hint key for specifying that objects loaded into the persistence context as a result of this query execution should be associated with the persistence context as read-only.