Uses of Interface
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.ManyToOne

Packages that use ManyToOne
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl   
 

Uses of ManyToOne in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return ManyToOne
 ManyToOne ObjectFactory.createManyToOne()
          Create an instance of ManyToOne
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm that return types with arguments of type ManyToOne
 List<ManyToOne> Attributes.getManyToOne()
          Gets the value of the manyToOne property.
 

Uses of ManyToOne in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that implement ManyToOne
 class ManyToOneImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type parameters of type ManyToOne
protected  List<ManyToOne> AttributesImpl.manyToOne
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl that return types with arguments of type ManyToOne
 List<ManyToOne> AttributesImpl.getManyToOne()
           
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.novalueclass.persistence.orm.impl with type arguments of type ManyToOne
static void AttributesImpl.copyManyToOne(List<ManyToOne> source, List<ManyToOne> target)
          Copies all values of property ManyToOne.
static void AttributesImpl.copyManyToOne(List<ManyToOne> source, List<ManyToOne> target)
          Copies all values of property ManyToOne.
 



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