Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbUuidGeneratorImpl
Packages that use JaxbUuidGeneratorImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbUuidGeneratorImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbUuidGeneratorImplMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbUuidGeneratorImplModifier and TypeMethodDescriptionObjectFactory.createJaxbUuidGeneratorImpl()
Create an instance ofJaxbUuidGeneratorImpl
JaxbIdImpl.getUuidGenerator()
Gets the value of the uuidGenerator property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbUuidGeneratorImplModifier and TypeMethodDescriptionvoid
JaxbIdImpl.setUuidGenerator
(JaxbUuidGeneratorImpl value) Sets the value of the uuidGenerator property. -
Uses of JaxbUuidGeneratorImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbUuidGeneratorImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyUuidGenerator
(JaxbUuidGeneratorImpl jaxbGenerator, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)