Uses of Class
org.hibernate.jpamodelgen.xml.jaxb.SequenceGenerator

Packages that use SequenceGenerator
org.hibernate.jpamodelgen.xml.jaxb   
 

Uses of SequenceGenerator in org.hibernate.jpamodelgen.xml.jaxb
 

Fields in org.hibernate.jpamodelgen.xml.jaxb declared as SequenceGenerator
protected  SequenceGenerator Entity.sequenceGenerator
           
protected  SequenceGenerator Id.sequenceGenerator
           
 

Fields in org.hibernate.jpamodelgen.xml.jaxb with type parameters of type SequenceGenerator
protected  List<SequenceGenerator> EntityMappings.sequenceGenerator
           
 

Methods in org.hibernate.jpamodelgen.xml.jaxb that return SequenceGenerator
 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 org.hibernate.jpamodelgen.xml.jaxb that return types with arguments of type SequenceGenerator
 List<SequenceGenerator> EntityMappings.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in org.hibernate.jpamodelgen.xml.jaxb with parameters of type SequenceGenerator
 void Entity.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void Id.setSequenceGenerator(SequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 



Copyright © 2009-2011. All Rights Reserved.