Interface HibernateHints

All Known Subinterfaces:
AvailableHints

public interface HibernateHints
List of Hibernate-specific (extension) hints available to query, load, and lock scenarios.

Some hints are only effective in certain scenarios, which is noted on each constant's documentation.

API Note:
The stringly-typed hints defined here correspond to typesafe operations of Hibernate's native APIs, and should not be used unless portability between JPA implementations is of very great importance.