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

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

Uses of SequenceGenerator 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 SequenceGenerator
 SequenceGenerator ObjectFactory.createSequenceGenerator()
          Create an instance of SequenceGenerator
 SequenceGenerator Entity.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 SequenceGenerator Id.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm that return types with arguments of type SequenceGenerator
 List<SequenceGenerator> EntityMappings.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in net.sourceforge.ccxjc.it.model.prot.collections.novalueclass.persistence.orm with parameters of type SequenceGenerator
 void Entity.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void Id.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 

Uses of SequenceGenerator 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 SequenceGenerator
 class SequenceGeneratorImpl
           
 

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

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

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

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

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



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