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. hint
protected List<QueryHint>
NamedQuery. hint
protected List<QueryHint>
NamedStoredProcedureQuery. hint
Methods in org.hibernate.jpamodelgen.xml.jaxb that return QueryHint Modifier and Type Method Description QueryHint
ObjectFactory. createQueryHint()
Create an instance ofQueryHint
Methods 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.
-