Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbSequenceGenerator
Packages that use JaxbSequenceGenerator
-
Uses of JaxbSequenceGenerator in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbSequenceGeneratorModifier and TypeFieldDescriptionprotected JaxbSequenceGeneratorJaxbEntity.sequenceGeneratorprotected JaxbSequenceGeneratorJaxbId.sequenceGeneratorFields in org.hibernate.boot.jaxb.mapping with type parameters of type JaxbSequenceGeneratorModifier and TypeFieldDescriptionprotected List<JaxbSequenceGenerator>JaxbEntityMappings.sequenceGeneratorsMethods in org.hibernate.boot.jaxb.mapping that return JaxbSequenceGeneratorModifier and TypeMethodDescriptionObjectFactory.createJaxbSequenceGenerator()Create an instance ofJaxbSequenceGeneratorJaxbEntity.getSequenceGenerator()Gets the value of the sequenceGenerator property.JaxbId.getSequenceGenerator()Gets the value of the sequenceGenerator property.Methods in org.hibernate.boot.jaxb.mapping that return types with arguments of type JaxbSequenceGeneratorModifier and TypeMethodDescriptionJaxbEntityMappings.getSequenceGenerators()Gets the value of the sequenceGenerators property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbSequenceGeneratorModifier and TypeMethodDescriptionvoidJaxbEntity.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 JaxbSequenceGeneratorModifier and TypeMethodDescriptionstatic SequenceGeneratorJPAXMLOverriddenAnnotationReader.buildSequenceGeneratorAnnotation(JaxbSequenceGenerator element)