Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.ManyToOne

Packages that use ManyToOne
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl   
 

Uses of ManyToOne in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm that return ManyToOne
 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.prot.indexed.novalueclass.persistence.orm with parameters of type ManyToOne
 ManyToOne Attributes.setManyToOne(int idx, ManyToOne value)
           
 void Attributes.setManyToOne(ManyToOne[] values)
           
 

Uses of ManyToOne in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
 

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

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl declared as ManyToOne
protected  ManyToOne[] AttributesImpl.manyToOne
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that return ManyToOne
 ManyToOne[] AttributesImpl.getManyToOne()
           
 ManyToOne AttributesImpl.getManyToOne(int idx)
           
 ManyToOne AttributesImpl.setManyToOne(int idx, ManyToOne value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl with parameters of type ManyToOne
protected  void AttributesImpl.copyManyToOne(ManyToOne[] source)
          Copies all values of property ManyToOne.
 ManyToOne AttributesImpl.setManyToOne(int idx, ManyToOne value)
           
 void AttributesImpl.setManyToOne(ManyToOne[] values)
           
 



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