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 JaxbNaturalId
JaxbAttributes. naturalId
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNaturalId Modifier and Type Method Description JaxbNaturalId
ObjectFactory. createJaxbNaturalId()
Create an instance ofJaxbNaturalId
JaxbNaturalId
JaxbAttributes. 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 void
JaxbAttributes. setNaturalId(JaxbNaturalId value)
Sets the value of the naturalId property.
-