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 JaxbGeneratedValueImpl
JaxbIdImpl.generatedValue
protected JaxbGeneratedValueImpl
JaxbCollectionIdImpl.generator
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbGeneratedValueImplModifier and TypeMethodDescriptionObjectFactory.createJaxbGeneratedValueImpl()
Create an instance ofJaxbGeneratedValueImpl
JaxbIdImpl.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 TypeMethodDescriptionvoid
JaxbIdImpl.setGeneratedValue
(JaxbGeneratedValueImpl value) Sets the value of the generatedValue property.void
JaxbCollectionIdImpl.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 void
XmlAnnotationHelper.applyGeneratedValue
(JaxbGeneratedValueImpl jaxbGeneratedValue, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)