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

Packages that use SecondaryTable
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 SecondaryTable in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type SecondaryTable
protected  List<SecondaryTable> Entity.secondaryTable
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return SecondaryTable
 SecondaryTable SecondaryTable.clone()
          Creates and returns a deep copy of this object.
 SecondaryTable ObjectFactory.createSecondaryTable()
          Create an instance of SecondaryTable
 

Methods in net.sourceforge.jpaxjc.ns.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.jpaxjc.ns.persistence.orm with parameters of type SecondaryTable
SecondaryTable(SecondaryTable o)
          Creates a new SecondaryTable instance by deeply copying a given SecondaryTable instance.
 



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