Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
-
Packages that use JaxbSequenceGenerator Package Description org.hibernate.boot.jaxb.mapping org.hibernate.boot.model.internal -
-
Uses of JaxbSequenceGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbSequenceGenerator Modifier and Type Field Description protected JaxbSequenceGenerator
JaxbEntity. sequenceGenerator
protected JaxbSequenceGenerator
JaxbId. sequenceGenerator
Fields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSequenceGenerator Modifier and Type Field Description protected List<JaxbSequenceGenerator>
JaxbEntityMappings. sequenceGenerators
Methods in org.hibernate.boot.jaxb.mapping that return JaxbSequenceGenerator Modifier and Type Method Description JaxbSequenceGenerator
ObjectFactory. createJaxbSequenceGenerator()
Create an instance ofJaxbSequenceGenerator
JaxbSequenceGenerator
JaxbEntity. getSequenceGenerator()
Gets the value of the sequenceGenerator property.JaxbSequenceGenerator
JaxbId. getSequenceGenerator()
Gets the value of the sequenceGenerator property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbSequenceGenerator Modifier and Type Method Description List<JaxbSequenceGenerator>
JaxbEntityMappings. getSequenceGenerators()
Gets the value of the sequenceGenerators property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbSequenceGenerator Modifier and Type Method Description void
JaxbEntity. setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property.void
JaxbId. setSequenceGenerator(JaxbSequenceGenerator value)
Sets the value of the sequenceGenerator property. -
Uses of JaxbSequenceGenerator in org.hibernate.boot.model.internal
Methods in org.hibernate.boot.model.internal with parameters of type JaxbSequenceGenerator Modifier and Type Method Description static SequenceGenerator
JPAXMLOverriddenAnnotationReader. buildSequenceGeneratorAnnotation(JaxbSequenceGenerator element)
-