Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbSequenceGeneratorImpl
Packages that use JaxbSequenceGeneratorImpl
-
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.