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 JaxbSequenceGeneratorJaxbEntity. sequenceGeneratorprotected JaxbSequenceGeneratorJaxbId. sequenceGeneratorFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSequenceGenerator Modifier and Type Field Description protected List<JaxbSequenceGenerator>JaxbEntityMappings. sequenceGeneratorsMethods in org.hibernate.boot.jaxb.mapping that return JaxbSequenceGenerator Modifier and Type Method Description JaxbSequenceGeneratorObjectFactory. createJaxbSequenceGenerator()Create an instance ofJaxbSequenceGeneratorJaxbSequenceGeneratorJaxbEntity. getSequenceGenerator()Gets the value of the sequenceGenerator property.JaxbSequenceGeneratorJaxbId. 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 voidJaxbEntity. setSequenceGenerator(JaxbSequenceGenerator value)Sets the value of the sequenceGenerator property.voidJaxbId. 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 SequenceGeneratorJPAXMLOverriddenAnnotationReader. buildSequenceGeneratorAnnotation(JaxbSequenceGenerator element)
-