Uses of Class
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.ManyToOne

Packages that use ManyToOne
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm   
 

Uses of ManyToOne in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm declared as ManyToOne
protected  ManyToOne[] Attributes.manyToOne
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm that return ManyToOne
 ManyToOne ManyToOne.clone()
          Creates and returns a copy of this object.
 ManyToOne ObjectFactory.createManyToOne()
          Create an instance of ManyToOne
 ManyToOne[] Attributes.getManyToOne()
           
 ManyToOne Attributes.getManyToOne(int idx)
           
 ManyToOne Attributes.setManyToOne(int idx, ManyToOne value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm with parameters of type ManyToOne
 ManyToOne Attributes.setManyToOne(int idx, ManyToOne value)
           
 void Attributes.setManyToOne(ManyToOne[] values)
           
 

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



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