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.
-
-
Field Summary
Fields Modifier and Type Field Description static StringHIBERNATE_TIMEOUTstatic StringJAKARTA_FETCHGRAPHstatic StringJAKARTA_LOADGRAPHstatic StringJAKARTA_TIMEOUTstatic StringJAVAX_FETCHGRAPHstatic StringJAVAX_LOADGRAPHstatic StringJAVAX_TIMEOUT
-
-
-
Field Detail
-
JAVAX_TIMEOUT
public static final String JAVAX_TIMEOUT
- See Also:
- Constant Field Values
-
JAKARTA_TIMEOUT
public static final String JAKARTA_TIMEOUT
- See Also:
- Constant Field Values
-
HIBERNATE_TIMEOUT
public static final String HIBERNATE_TIMEOUT
- See Also:
- Constant Field Values
-
JAVAX_FETCHGRAPH
public static final String JAVAX_FETCHGRAPH
- See Also:
- Constant Field Values
-
JAKARTA_FETCHGRAPH
public static final String JAKARTA_FETCHGRAPH
- See Also:
- Constant Field Values
-
JAVAX_LOADGRAPH
public static final String JAVAX_LOADGRAPH
- See Also:
- Constant Field Values
-
JAKARTA_LOADGRAPH
public static final String JAKARTA_LOADGRAPH
- See Also:
- Constant Field Values
-
-