Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.QueryHint

Packages that use QueryHint
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of QueryHint in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type QueryHint
protected  List<QueryHint> NamedQuery.hint
           
protected  List<QueryHint> NamedNativeQuery.hint
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return QueryHint
 QueryHint QueryHint.clone()
          Creates and returns a deep copy of this object.
 QueryHint ObjectFactory.createQueryHint()
          Create an instance of QueryHint
 

Methods in net.sourceforge.jpaxjc.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.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type QueryHint
QueryHint(QueryHint o)
          Creates a new QueryHint instance by deeply copying a given QueryHint instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.