Uses of Interface
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.TableGenerator

Packages that use TableGenerator
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm   
net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl   
 

Uses of TableGenerator in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return TableGenerator
 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.prot.collections.novalueclass.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.prot.collections.novalueclass.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.
 

Uses of TableGenerator in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl
 

Classes in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that implement TableGenerator
 class TableGeneratorImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with type parameters of type TableGenerator
protected  List<TableGenerator> EntityMappingsImpl.tableGenerator
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return TableGenerator
 TableGenerator EntityImpl.getTableGenerator()
           
 TableGenerator IdImpl.getTableGenerator()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl that return types with arguments of type TableGenerator
 List<TableGenerator> EntityMappingsImpl.getTableGenerator()
           
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm.impl with parameters of type TableGenerator
 void EntityImpl.setTableGenerator(TableGenerator value)
           
 void IdImpl.setTableGenerator(TableGenerator value)
           
 

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



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