Uses of Class
com.sun.java.xml.ns.persistence.orm.QueryHint

Packages that use QueryHint
com.sun.java.xml.ns.persistence.orm   
 

Uses of QueryHint in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type QueryHint
protected  List<QueryHint> NamedQuery.hint
           
protected  List<QueryHint> NamedNativeQuery.hint
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return QueryHint
 QueryHint ObjectFactory.createQueryHint()
          Create an instance of QueryHint
 

Methods in com.sun.java.xml.ns.persistence.orm that return types with arguments of type QueryHint
 List<QueryHint> NamedQuery.getHint()
          Gets the value of the hint property.
 List<QueryHint> NamedNativeQuery.getHint()
          Gets the value of the hint property.
 



Copyright © 2005-2014. All Rights Reserved.