Uses of Class
org.hibernate.boot.jaxb.mapping.JaxbNationalized
Packages that use JaxbNationalized
-
Uses of JaxbNationalized in org.hibernate.boot.jaxb.mapping
Fields in org.hibernate.boot.jaxb.mapping declared as JaxbNationalizedModifier and TypeFieldDescriptionprotected JaxbNationalizedJaxbBasic.nationalizedprotected JaxbNationalizedJaxbElementCollection.nationalizedMethods in org.hibernate.boot.jaxb.mapping that return JaxbNationalizedModifier and TypeMethodDescriptionObjectFactory.createJaxbNationalized()Create an instance ofJaxbNationalizedJaxbBasic.getNationalized()Gets the value of the nationalized property.JaxbElementCollection.getNationalized()Gets the value of the nationalized property.Methods in org.hibernate.boot.jaxb.mapping with parameters of type JaxbNationalizedModifier and TypeMethodDescriptionvoidJaxbBasic.setNationalized(JaxbNationalized value) Sets the value of the nationalized property.voidJaxbElementCollection.setNationalized(JaxbNationalized value) Sets the value of the nationalized property.