Class HibernateOrmSearchQueryHints

java.lang.Object
org.hibernate.search.mapper.orm.search.query.spi.HibernateOrmSearchQueryHints

public final class HibernateOrmSearchQueryHints extends Object
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.