Uses of Class
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Table

Packages that use Table
net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm   
 

Uses of Table in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as Table
protected  Table Entity.table
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm that return Table
 Table Table.clone()
          Creates and returns a copy of this object.
static Table ObjectFactory.copyOfTable(Table clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Table instance.
 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.pub.indexed.valueclass.persistence.orm with parameters of type Table
static Table ObjectFactory.copyOfTable(Table clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm.Table instance.
 void Entity.setTable(Table value)
          Sets the value of the table property.
 

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



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