Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.QueryHint

Packages that use QueryHint
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
protected  List<QueryHint> NamedNativeQuery.hint
           
protected  List<QueryHint> NamedQuery.hint
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return QueryHint
 QueryHint ObjectFactory.createQueryHint()
          Create an instance of QueryHint
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type QueryHint
 List<QueryHint> NamedNativeQuery.getHint()
          Gets the value of the hint property.
 List<QueryHint> NamedQuery.getHint()
          Gets the value of the hint property.
 



Copyright © 2009-2011. All Rights Reserved.