Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.OneToMany

Packages that use OneToMany
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm   
 

Uses of OneToMany in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm declared as OneToMany
protected  OneToMany[] Attributes.oneToMany
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm that return OneToMany
 OneToMany OneToMany.clone()
          Creates and returns a copy of this object.
 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.priv.indexed.valueclass.persistence.orm with parameters of type OneToMany
 OneToMany Attributes.setOneToMany(int idx, OneToMany value)
           
 void Attributes.setOneToMany(OneToMany[] values)
           
 

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



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