Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
Packages that use JaxbSequenceGeneratorImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbSequenceGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbSequenceGeneratorImplModifier and TypeFieldDescriptionprotected JaxbSequenceGeneratorImplJaxbEntityImpl.sequenceGeneratorprotected JaxbSequenceGeneratorImplJaxbIdImpl.sequenceGeneratorFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSequenceGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbSequenceGeneratorImpl>JaxbEntityMappingsImpl.sequenceGeneratorsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSequenceGeneratorImpl()Create an instance ofJaxbSequenceGeneratorImpl@Nullable JaxbSequenceGeneratorImplJaxbEntity.getSequenceGenerator()JaxbEntityImpl.getSequenceGenerator()Gets the value of the sequenceGenerator property.JaxbIdImpl.getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionJaxbEntityMappingsImpl.getSequenceGenerators()Gets the value of the sequenceGenerators property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionvoidJaxbEntityImpl.setSequenceGenerator(JaxbSequenceGeneratorImpl value) Sets the value of the sequenceGenerator property.voidJaxbIdImpl.setSequenceGenerator(JaxbSequenceGeneratorImpl value) Sets the value of the sequenceGenerator property. -
Uses of JaxbSequenceGeneratorImpl in org.hibernate.boot.models.internal
Method parameters in org.hibernate.boot.models.internal with type arguments of type JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionvoidGlobalRegistrationsImpl.collectSequenceGenerators(List<JaxbSequenceGeneratorImpl> sequenceGenerators) -
Uses of JaxbSequenceGeneratorImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applySequenceGenerator(JaxbSequenceGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableAnnotationTarget generatorTarget, XmlDocumentContext xmlDocumentContext)