Uses of Class
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm.TableGenerator

Packages that use TableGenerator
net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm   
 

Uses of TableGenerator in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm declared as TableGenerator
protected  TableGenerator[] EntityMappings.tableGenerator
           
protected  TableGenerator Entity.tableGenerator
           
protected  TableGenerator Id.tableGenerator
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm that return TableGenerator
 TableGenerator TableGenerator.clone()
          Creates and returns a copy of this object.
 TableGenerator ObjectFactory.createTableGenerator()
          Create an instance of TableGenerator
 TableGenerator[] EntityMappings.getTableGenerator()
           
 TableGenerator Entity.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator Id.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator EntityMappings.getTableGenerator(int idx)
           
 TableGenerator EntityMappings.setTableGenerator(int idx, TableGenerator value)
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.indexed.valueclass.persistence.orm with parameters of type TableGenerator
 TableGenerator EntityMappings.setTableGenerator(int idx, TableGenerator value)
           
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void EntityMappings.setTableGenerator(TableGenerator[] values)
           
 

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



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