Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNaturalId
-
Packages that use JaxbNaturalId Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbNaturalId in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbNaturalId Modifier and Type Field Description protected JaxbNaturalIdJaxbAttributes. naturalIdMethods in org.hibernate.boot.jaxb.mapping that return JaxbNaturalId Modifier and Type Method Description JaxbNaturalIdObjectFactory. createJaxbNaturalId()Create an instance ofJaxbNaturalIdJaxbNaturalIdJaxbAttributes. getNaturalId()Gets the value of the naturalId property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbNaturalId Modifier and Type Method Description voidJaxbAttributes. setNaturalId(JaxbNaturalId value)Sets the value of the naturalId property.
-