Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.ManyToMany

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

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

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

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

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that implement ManyToMany
 class ManyToManyImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl declared as ManyToMany
protected  ManyToMany[] AttributesImpl.manyToMany
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return ManyToMany
 ManyToMany[] AttributesImpl.getManyToMany()
           
 ManyToMany AttributesImpl.getManyToMany(int idx)
           
 ManyToMany AttributesImpl.setManyToMany(int idx, ManyToMany value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type ManyToMany
 void AttributesImpl.copyManyToMany(ManyToMany[] source)
          Copies all values of property ManyToMany.
 ManyToMany AttributesImpl.setManyToMany(int idx, ManyToMany value)
           
 void AttributesImpl.setManyToMany(ManyToMany[] values)
           
 



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