Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbGeneratedValueImpl
Packages that use JaxbGeneratedValueImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbGeneratedValueImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbGeneratedValueImplModifier and TypeFieldDescriptionprotected JaxbGeneratedValueImplJaxbIdImpl.generatedValueprotected JaxbGeneratedValueImplJaxbCollectionIdImpl.generatorMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGeneratedValueImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGeneratedValueImpl()Create an instance ofJaxbGeneratedValueImplJaxbIdImpl.getGeneratedValue()Gets the value of the generatedValue property.JaxbCollectionIdImpl.getGenerator()Gets the value of the generator property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbGeneratedValueImplModifier and TypeMethodDescriptionvoidJaxbIdImpl.setGeneratedValue(JaxbGeneratedValueImpl value) Sets the value of the generatedValue property.voidJaxbCollectionIdImpl.setGenerator(JaxbGeneratedValueImpl value) Sets the value of the generator property. -
Uses of JaxbGeneratedValueImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbGeneratedValueImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyGeneratedValue(JaxbGeneratedValueImpl jaxbGeneratedValue, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)