Uses of Class
com.sun.java.xml.ns.persistence.orm.SequenceGenerator

Packages that use SequenceGenerator
com.sun.java.xml.ns.persistence.orm   
 

Uses of SequenceGenerator in com.sun.java.xml.ns.persistence.orm
 

Fields in com.sun.java.xml.ns.persistence.orm declared as SequenceGenerator
protected  SequenceGenerator Id.sequenceGenerator
           
protected  SequenceGenerator Entity.sequenceGenerator
           
 

Fields in com.sun.java.xml.ns.persistence.orm with type parameters of type SequenceGenerator
protected  List<SequenceGenerator> EntityMappings.sequenceGenerator
           
 

Methods in com.sun.java.xml.ns.persistence.orm that return SequenceGenerator
 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 com.sun.java.xml.ns.persistence.orm that return types with arguments of type SequenceGenerator
 List<SequenceGenerator> EntityMappings.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in com.sun.java.xml.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.
 



Copyright © 2005-2011. All Rights Reserved.