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

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

Uses of SecondaryTable in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm with type parameters of type SecondaryTable
protected  List<SecondaryTable> Entity.secondaryTable
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.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
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.valueclass.persistence.orm that return types with arguments of type SecondaryTable
 List<SecondaryTable> Entity.getSecondaryTable()
          Gets the value of the secondaryTable property.
 

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



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