Uses of Interface
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.QueryHint

Packages that use QueryHint
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl   
 

Uses of QueryHint in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm that return QueryHint
 QueryHint ObjectFactory.createQueryHint()
          Create an instance of QueryHint
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.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.
 

Uses of QueryHint in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl that implement QueryHint
 class QueryHintImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl with type parameters of type QueryHint
protected  List<QueryHint> NamedQueryImpl.hint
           
protected  List<QueryHint> NamedNativeQueryImpl.hint
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.novalueclass.persistence.orm.impl that return types with arguments of type QueryHint
 List<QueryHint> NamedQueryImpl.getHint()
           
 List<QueryHint> NamedNativeQueryImpl.getHint()
           
 



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