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

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

Uses of SequenceGenerator in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.valueclass.persistence.orm declared as SequenceGenerator
protected  SequenceGenerator[] EntityMappings.sequenceGenerator
           
protected  SequenceGenerator Entity.sequenceGenerator
           
protected  SequenceGenerator Id.sequenceGenerator
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.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.indexed.valueclass.persistence.orm.SequenceGenerator instance.
 SequenceGenerator ObjectFactory.createSequenceGenerator()
          Create an instance of SequenceGenerator
 SequenceGenerator[] EntityMappings.getSequenceGenerator()
           
 SequenceGenerator Entity.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 SequenceGenerator Id.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 SequenceGenerator EntityMappings.getSequenceGenerator(int idx)
           
 SequenceGenerator EntityMappings.setSequenceGenerator(int idx, SequenceGenerator value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.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.indexed.valueclass.persistence.orm.SequenceGenerator instance.
 void EntityMappings.copySequenceGenerator(SequenceGenerator[] source)
          Copies all values of property SequenceGenerator.
 SequenceGenerator EntityMappings.setSequenceGenerator(int idx, SequenceGenerator value)
           
 void Entity.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void Id.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void EntityMappings.setSequenceGenerator(SequenceGenerator[] values)
           
 

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



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