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 JaxbNaturalIdImplJaxbAttributesContainerImpl.naturalIdMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNaturalIdImplModifier and TypeMethodDescriptionObjectFactory.createJaxbNaturalIdImpl()Create an instance ofJaxbNaturalIdImplJaxbAttributesContainerImpl.getNaturalId()Gets the value of the naturalId property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbNaturalIdImplModifier and TypeMethodDescriptionvoidJaxbAttributesContainerImpl.setNaturalId(JaxbNaturalIdImpl value) Sets the value of the naturalId property.