Uses of Class
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.QueryHint

Packages that use QueryHint
net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm   
 

Uses of QueryHint in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm with type parameters of type QueryHint
protected  List<QueryHint> NamedQuery.hint
           
protected  List<QueryHint> NamedNativeQuery.hint
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm that return QueryHint
 QueryHint QueryHint.clone()
          Creates and returns a copy of this object.
 QueryHint ObjectFactory.createQueryHint()
          Create an instance of QueryHint
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.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.ccxjc.it.model.pkg.collections.valueclass.persistence.orm with parameters of type QueryHint
QueryHint(QueryHint o)
          Creates a new net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm.QueryHint instance by copying a given instance.
 



Copyright © 2009 The CC-XJC Community. All Rights Reserved.