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

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

Uses of ManyToMany 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 ManyToMany
protected  ManyToMany[] Attributes.manyToMany
           
 

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

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



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