Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbNaturalIdImpl
Packages that use JaxbNaturalIdImpl
-
Uses of JaxbNaturalIdImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbNaturalIdImplModifier and TypeFieldDescriptionprotected JaxbNaturalIdImpl
JaxbAttributesContainerImpl.naturalId
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNaturalIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbNaturalIdImpl()
Create an instance ofJaxbNaturalIdImpl
JaxbAttributesContainerImpl.getNaturalId()
Gets the value of the naturalId property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbNaturalIdImplModifier and TypeMethodDescriptionvoid
JaxbAttributesContainerImpl.setNaturalId
(JaxbNaturalIdImpl value) Sets the value of the naturalId property.