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

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

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

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm declared as TableGenerator
protected  TableGenerator Entity.tableGenerator
           
protected  TableGenerator Id.tableGenerator
           
 

Fields in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.persistence.orm with type parameters of type TableGenerator
protected  List<TableGenerator> EntityMappings.tableGenerator
           
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.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 Entity.getTableGenerator()
          Gets the value of the tableGenerator property.
 TableGenerator Id.getTableGenerator()
          Gets the value of the tableGenerator property.
 

Methods in net.sourceforge.ccxjc.it.model.priv.collections.valueclass.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.ccxjc.it.model.priv.collections.valueclass.persistence.orm with parameters of type TableGenerator
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 

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



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