Uses of Interface
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.Table

Packages that use Table
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl   
 

Uses of Table in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm that return Table
 Table ObjectFactory.createTable()
          Create an instance of Table
 Table Entity.getTable()
          Gets the value of the table property.
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm with parameters of type Table
 void Entity.setTable(Table value)
          Sets the value of the table property.
 

Uses of Table in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that implement Table
 class TableImpl
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl that return Table
 Table EntityImpl.getTable()
           
 

Methods in net.sourceforge.ccxjc.it.model.pkg.collections.novalueclass.persistence.orm.impl with parameters of type Table
 void EntityImpl.setTable(Table value)
           
 



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