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

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

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as TableGenerator
protected  TableGenerator Id.tableGenerator
           
protected  TableGenerator Entity.tableGenerator
           
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type TableGenerator
protected  List<TableGenerator> EntityMappings.tableGenerator
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return TableGenerator
 TableGenerator TableGenerator.clone()
          Creates and returns a deep copy of this object.
 TableGenerator ObjectFactory.createTableGenerator()
          Create an instance of TableGenerator
 TableGenerator Id.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator Entity.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return types with arguments of type TableGenerator
 List<TableGenerator> EntityMappings.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type TableGenerator
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 

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



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