Uses of Interface
net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.SequenceGenerator

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

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

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm that return SequenceGenerator
 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.novalueclass.persistence.orm with parameters of type 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)
           
 

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

Classes in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that implement SequenceGenerator
 class SequenceGeneratorImpl
           
 

Fields in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl declared as SequenceGenerator
protected  SequenceGenerator[] EntityMappingsImpl.sequenceGenerator
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl that return SequenceGenerator
 SequenceGenerator EntityImpl.getSequenceGenerator()
           
 SequenceGenerator IdImpl.getSequenceGenerator()
           
 SequenceGenerator[] EntityMappingsImpl.getSequenceGenerator()
           
 SequenceGenerator EntityMappingsImpl.getSequenceGenerator(int idx)
           
 SequenceGenerator EntityMappingsImpl.setSequenceGenerator(int idx, SequenceGenerator value)
           
 

Methods in net.sourceforge.ccxjc.it.model.pub.indexed.novalueclass.persistence.orm.impl with parameters of type SequenceGenerator
 void EntityMappingsImpl.copySequenceGenerator(SequenceGenerator[] source)
          Copies all values of property SequenceGenerator.
 SequenceGenerator EntityMappingsImpl.setSequenceGenerator(int idx, SequenceGenerator value)
           
 void EntityImpl.setSequenceGenerator(SequenceGenerator value)
           
 void IdImpl.setSequenceGenerator(SequenceGenerator value)
           
 void EntityMappingsImpl.setSequenceGenerator(SequenceGenerator[] values)
           
 



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