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

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

Uses of OneToMany 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 OneToMany
 OneToMany ObjectFactory.createOneToMany()
          Create an instance of OneToMany
 OneToMany[] Attributes.getOneToMany()
           
 OneToMany Attributes.getOneToMany(int idx)
           
 OneToMany Attributes.setOneToMany(int idx, OneToMany value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm with parameters of type OneToMany
 OneToMany Attributes.setOneToMany(int idx, OneToMany value)
           
 void Attributes.setOneToMany(OneToMany[] values)
           
 

Uses of OneToMany 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 OneToMany
 class OneToManyImpl
           
 

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

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

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



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