Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.QueryHint
-
Packages that use QueryHint Package Description org.hibernate.jpamodelgen.xml.jaxb -
-
Uses of QueryHint in org.hibernate.jpamodelgen.xml.jaxb
Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type QueryHint Modifier and Type Field Description protected List<QueryHint>NamedNativeQuery. hintprotected List<QueryHint>NamedQuery. hintprotected List<QueryHint>NamedStoredProcedureQuery. hintMethods in org.hibernate.jpamodelgen.xml.jaxb that return QueryHint Modifier and Type Method Description QueryHintObjectFactory. createQueryHint()Create an instance ofQueryHintMethods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type QueryHint Modifier and Type Method Description List<QueryHint>NamedNativeQuery. getHint()Gets the value of the hint property.List<QueryHint>NamedQuery. getHint()Gets the value of the hint property.List<QueryHint>NamedStoredProcedureQuery. getHint()Gets the value of the hint property.
-