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 JaxbSequenceGeneratorImpl
JaxbEntityImpl.sequenceGenerator
protected JaxbSequenceGeneratorImpl
JaxbIdImpl.sequenceGenerator
Fields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbSequenceGeneratorImplModifier and TypeFieldDescriptionprotected List<JaxbSequenceGeneratorImpl>
JaxbEntityMappingsImpl.sequenceGenerators
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbSequenceGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbSequenceGeneratorImpl()
Create an instance ofJaxbSequenceGeneratorImpl
@Nullable JaxbSequenceGeneratorImpl
JaxbEntity.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 TypeMethodDescriptionvoid
JaxbEntityImpl.setSequenceGenerator
(JaxbSequenceGeneratorImpl value) Sets the value of the sequenceGenerator property.void
JaxbIdImpl.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 TypeMethodDescriptionvoid
GlobalRegistrationsImpl.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 void
XmlAnnotationHelper.applySequenceGenerator
(JaxbSequenceGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableAnnotationTarget generatorTarget, XmlDocumentContext xmlDocumentContext)