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 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.