Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.Table

Packages that use Table
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of Table in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as Table
protected  Table Entity.table
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return Table
 Table Table.clone()
          Creates and returns a deep copy of this object.
 Table ObjectFactory.createTable()
          Create an instance of Table
 Table Entity.getTable()
          Gets the value of the table property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Table
 void Entity.setTable(Table value)
          Sets the value of the table property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type Table
Table(Table o)
          Creates a new Table instance by deeply copying a given Table instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.