Uses of Class
org.hibernate.internal.jaxb.mapping.orm.JaxbSequenceGenerator

Packages that use JaxbSequenceGenerator
org.hibernate.internal.jaxb.mapping.orm   
 

Uses of JaxbSequenceGenerator in org.hibernate.internal.jaxb.mapping.orm
 

Fields in org.hibernate.internal.jaxb.mapping.orm declared as JaxbSequenceGenerator
protected  JaxbSequenceGenerator JaxbEntity.sequenceGenerator
           
protected  JaxbSequenceGenerator JaxbId.sequenceGenerator
           
 

Fields in org.hibernate.internal.jaxb.mapping.orm with type parameters of type JaxbSequenceGenerator
protected  List<JaxbSequenceGenerator> JaxbEntityMappings.sequenceGenerator
           
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return JaxbSequenceGenerator
 JaxbSequenceGenerator ObjectFactory.createJaxbSequenceGenerator()
          Create an instance of JaxbSequenceGenerator
 JaxbSequenceGenerator JaxbEntity.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 JaxbSequenceGenerator JaxbId.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm that return types with arguments of type JaxbSequenceGenerator
 List<JaxbSequenceGenerator> JaxbEntityMappings.getSequenceGenerator()
          Gets the value of the sequenceGenerator property.
 

Methods in org.hibernate.internal.jaxb.mapping.orm with parameters of type JaxbSequenceGenerator
 void JaxbEntity.setSequenceGenerator(JaxbSequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 void JaxbId.setSequenceGenerator(JaxbSequenceGenerator value)
          Sets the value of the sequenceGenerator property.
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.