Uses of Class
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm.OneToOne

Packages that use OneToOne
net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm   
 

Uses of OneToOne in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm declared as OneToOne
protected  OneToOne[] Attributes.oneToOne
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm that return OneToOne
 OneToOne OneToOne.clone()
          Creates and returns a copy of this object.
 OneToOne ObjectFactory.createOneToOne()
          Create an instance of OneToOne
 OneToOne[] Attributes.getOneToOne()
           
 OneToOne Attributes.getOneToOne(int idx)
           
 OneToOne Attributes.setOneToOne(int idx, OneToOne value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm with parameters of type OneToOne
 OneToOne Attributes.setOneToOne(int idx, OneToOne value)
           
 void Attributes.setOneToOne(OneToOne[] values)
           
 

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



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