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 java.util.List<QueryHint>NamedNativeQuery. hintprotected java.util.List<QueryHint>NamedQuery. hintprotected java.util.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 java.util.List<QueryHint>NamedNativeQuery. getHint()Gets the value of the hint property.java.util.List<QueryHint>NamedQuery. getHint()Gets the value of the hint property.java.util.List<QueryHint>NamedStoredProcedureQuery. getHint()Gets the value of the hint property.
-