Uses of Interface
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.SecondaryTable

Packages that use SecondaryTable
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl   
 

Uses of SecondaryTable in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
 

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

Uses of SecondaryTable in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that implement SecondaryTable
 class SecondaryTableImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl declared as SecondaryTable
protected  SecondaryTable[] EntityImpl.secondaryTable
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl that return SecondaryTable
 SecondaryTable[] EntityImpl.getSecondaryTable()
           
 SecondaryTable EntityImpl.getSecondaryTable(int idx)
           
 SecondaryTable EntityImpl.setSecondaryTable(int idx, SecondaryTable value)
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm.impl with parameters of type SecondaryTable
protected  void EntityImpl.copySecondaryTable(SecondaryTable[] source)
          Copies all values of property SecondaryTable.
 SecondaryTable EntityImpl.setSecondaryTable(int idx, SecondaryTable value)
           
 void EntityImpl.setSecondaryTable(SecondaryTable[] values)
           
 



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