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 String
HIBERNATE_TIMEOUT
static String
JAKARTA_FETCHGRAPH
static String
JAKARTA_LOADGRAPH
static String
JAKARTA_TIMEOUT
static String
JAVAX_FETCHGRAPH
static String
JAVAX_LOADGRAPH
static String
JAVAX_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
-
-