Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbNationalizedImpl
Packages that use JaxbNationalizedImpl
-
Uses of JaxbNationalizedImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbNationalizedImplModifier and TypeFieldDescriptionprotected JaxbNationalizedImplJaxbBasicImpl.nationalizedprotected JaxbNationalizedImplJaxbElementCollectionImpl.nationalizedMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNationalizedImplModifier and TypeMethodDescriptionObjectFactory.createJaxbNationalizedImpl()Create an instance ofJaxbNationalizedImplJaxbBasicImpl.getNationalized()Gets the value of the nationalized property.JaxbElementCollectionImpl.getNationalized()Gets the value of the nationalized property.Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbNationalizedImplModifier and TypeMethodDescriptionvoidJaxbBasicImpl.setNationalized(JaxbNationalizedImpl value) Sets the value of the nationalized property.voidJaxbElementCollectionImpl.setNationalized(JaxbNationalizedImpl value) Sets the value of the nationalized property.