Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNationalized
-
Packages that use JaxbNationalized Package Description org.hibernate.boot.jaxb.mapping -
-
Uses of JaxbNationalized in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbNationalized Modifier and Type Field Description protected JaxbNationalized
JaxbBasic. nationalized
protected JaxbNationalized
JaxbElementCollection. nationalized
Methods in org.hibernate.boot.jaxb.mapping that return JaxbNationalized Modifier and Type Method Description JaxbNationalized
ObjectFactory. createJaxbNationalized()
Create an instance ofJaxbNationalized
JaxbNationalized
JaxbBasic. getNationalized()
Gets the value of the nationalized property.JaxbNationalized
JaxbElementCollection. getNationalized()
Gets the value of the nationalized property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbNationalized Modifier and Type Method Description void
JaxbBasic. setNationalized(JaxbNationalized value)
Sets the value of the nationalized property.void
JaxbElementCollection. setNationalized(JaxbNationalized value)
Sets the value of the nationalized property.
-