Class HibernateOrmSearchQueryHints
java.lang.Object
org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchQueryHints
Constants for query hints accepted by Hibernate Search.
We redefine the constants here instead of using those exposed by Hibernate ORM, because the constants from Hibernate ORM are not compile-time constants: some of them are initialized during static class initialization, which prevents their use in switch constructs, in particular.
-
Field Details
-
JAVAX_TIMEOUT
- See Also:
-
JAKARTA_TIMEOUT
- See Also:
-
HIBERNATE_TIMEOUT
- See Also:
-
JAVAX_FETCHGRAPH
- See Also:
-
JAKARTA_FETCHGRAPH
- See Also:
-
JAVAX_LOADGRAPH
- See Also:
-
JAKARTA_LOADGRAPH
- See Also:
-