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

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

Uses of SequenceGenerator 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 SequenceGenerator
protected  SequenceGenerator Entity.sequenceGenerator
           
protected  SequenceGenerator Id.sequenceGenerator
           
 

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

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

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

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



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