Uses of Class
net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.ManyToOne

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

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

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

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm that return ManyToOne
 ManyToOne ManyToOne.clone()
          Creates and returns a copy of this object.
static ManyToOne ObjectFactory.copyOfManyToOne(ManyToOne clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.ManyToOne instance.
 ManyToOne ObjectFactory.createManyToOne()
          Create an instance of ManyToOne
 

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

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with parameters of type ManyToOne
static ManyToOne ObjectFactory.copyOfManyToOne(ManyToOne clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.ManyToOne instance.
 

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

Constructors in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with parameters of type ManyToOne
ManyToOne(ManyToOne o)
          Creates a new net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.ManyToOne instance by copying a given instance.
 



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