Uses of Class
net.sourceforge.jpaxjc.ns.persistence.orm.SequenceGenerator

Packages that use SequenceGenerator
net.sourceforge.jpaxjc.ns.persistence.orm This package contains JAXB 2.1 classes for the http://java.sun.com/xml/ns/persistence/orm namespace. 
 

Uses of SequenceGenerator in net.sourceforge.jpaxjc.ns.persistence.orm
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm declared as SequenceGenerator
protected  SequenceGenerator Id.sequenceGenerator
           
protected  SequenceGenerator Entity.sequenceGenerator
           
 

Fields in net.sourceforge.jpaxjc.ns.persistence.orm with type parameters of type SequenceGenerator
protected  List<SequenceGenerator> EntityMappings.sequenceGenerator
           
 

Methods in net.sourceforge.jpaxjc.ns.persistence.orm that return SequenceGenerator
 SequenceGenerator SequenceGenerator.clone()
          Creates and returns a deep copy of this object.
 SequenceGenerator ObjectFactory.createSequenceGenerator()
          Create an instance of SequenceGenerator
 SequenceGenerator Id.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 SequenceGenerator Entity.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in net.sourceforge.jpaxjc.ns.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.jpaxjc.ns.persistence.orm with parameters of type SequenceGenerator
 void Id.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void Entity.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 

Constructors in net.sourceforge.jpaxjc.ns.persistence.orm with parameters of type SequenceGenerator
SequenceGenerator(SequenceGenerator o)
          Creates a new SequenceGenerator instance by deeply copying a given SequenceGenerator instance.
 



Copyright © 2009-2010 The JPA-XJC Community. All Rights Reserved.