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

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

Uses of SecondaryTable 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 SecondaryTable
protected  SecondaryTable[] Entity.secondaryTable
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.indexed.valueclass.persistence.orm that return SecondaryTable
 SecondaryTable SecondaryTable.clone()
          Creates and returns a copy of this object.
 SecondaryTable ObjectFactory.createSecondaryTable()
          Create an instance of SecondaryTable
 SecondaryTable[] Entity.getSecondaryTable()
           
 SecondaryTable Entity.getSecondaryTable(int idx)
           
 SecondaryTable Entity.setSecondaryTable(int idx, SecondaryTable value)
           
 

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

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



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