Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.NamedQuery

Packages that use NamedQuery
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of NamedQuery in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return NamedQuery
 NamedQuery ObjectFactory.createNamedQuery()
          Create an instance of NamedQuery
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return types with arguments of type NamedQuery
 List<NamedQuery> EntityMappings.getNamedQuery()
          Gets the value of the namedQuery property.
 List<NamedQuery> Entity.getNamedQuery()
          Gets the value of the namedQuery property.
 

Uses of NamedQuery in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that implement NamedQuery
 class NamedQueryImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type parameters of type NamedQuery
protected  List<NamedQuery> EntityImpl.namedQuery
           
protected  List<NamedQuery> EntityMappingsImpl.namedQuery
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return types with arguments of type NamedQuery
 List<NamedQuery> EntityImpl.getNamedQuery()
           
 List<NamedQuery> EntityMappingsImpl.getNamedQuery()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type arguments of type NamedQuery
protected static void EntityImpl.copyNamedQuery(List<NamedQuery> source, List<NamedQuery> target)
          Copies all values of property NamedQuery.
protected static void EntityImpl.copyNamedQuery(List<NamedQuery> source, List<NamedQuery> target)
          Copies all values of property NamedQuery.
protected static void EntityMappingsImpl.copyNamedQuery(List<NamedQuery> source, List<NamedQuery> target)
          Copies all values of property NamedQuery.
protected static void EntityMappingsImpl.copyNamedQuery(List<NamedQuery> source, List<NamedQuery> target)
          Copies all values of property NamedQuery.
 



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