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

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

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

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

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

Methods in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm that return TableGenerator
 TableGenerator TableGenerator.clone()
          Creates and returns a copy of this object.
static TableGenerator ObjectFactory.copyOfTableGenerator(TableGenerator clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.TableGenerator instance.
 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.pub.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.pub.collections.valueclass.persistence.orm with parameters of type TableGenerator
static TableGenerator ObjectFactory.copyOfTableGenerator(TableGenerator clazz)
          Creates and returns a copy of a given net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm.TableGenerator instance.
 void Entity.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 void Id.setTableGenerator(TableGenerator value)
          Sets the value of the tableGenerator property.
 

Method parameters in net.sourceforge.ccxjc.it.model.pub.collections.valueclass.persistence.orm with type arguments of type TableGenerator
static void EntityMappings.copyTableGenerator(List<TableGenerator> source, List<TableGenerator> target)
          Copies all values of property TableGenerator.
static void EntityMappings.copyTableGenerator(List<TableGenerator> source, List<TableGenerator> target)
          Copies all values of property TableGenerator.
 

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



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