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 JaxbNationalizedJaxbBasic. nationalizedprotected JaxbNationalizedJaxbElementCollection. nationalizedMethods in org.hibernate.boot.jaxb.mapping that return JaxbNationalized Modifier and Type Method Description JaxbNationalizedObjectFactory. createJaxbNationalized()Create an instance ofJaxbNationalizedJaxbNationalizedJaxbBasic. getNationalized()Gets the value of the nationalized property.JaxbNationalizedJaxbElementCollection. 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 voidJaxbBasic. setNationalized(JaxbNationalized value)Sets the value of the nationalized property.voidJaxbElementCollection. setNationalized(JaxbNationalized value)Sets the value of the nationalized property.
-