Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.ManyToMany

Packages that use ManyToMany
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of ManyToMany in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as ManyToMany
protected  ManyToMany[] Attributes.manyToMany
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm that return ManyToMany
 ManyToMany ManyToMany.clone()
          Creates and returns a copy of this object.
static ManyToMany ObjectFactory.copyOfManyToMany(ManyToMany clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.ManyToMany instance.
 ManyToMany ObjectFactory.createManyToMany()
          Create an instance of ManyToMany
 ManyToMany[] Attributes.getManyToMany()
           
 ManyToMany Attributes.getManyToMany(int idx)
           
 ManyToMany Attributes.setManyToMany(int idx, ManyToMany value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm with parameters of type ManyToMany
 void Attributes.copyManyToMany(ManyToMany[] source)
          Copies all values of property ManyToMany.
static ManyToMany ObjectFactory.copyOfManyToMany(ManyToMany clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.ManyToMany instance.
 ManyToMany Attributes.setManyToMany(int idx, ManyToMany value)
           
 void Attributes.setManyToMany(ManyToMany[] values)
           
 

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



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