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 JaxbNationalizedImpl
JaxbBasicImpl.nationalized
protected JaxbNationalizedImpl
JaxbElementCollectionImpl.nationalized
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbNationalizedImplModifier and TypeMethodDescriptionObjectFactory.createJaxbNationalizedImpl()
Create an instance ofJaxbNationalizedImpl
JaxbBasicImpl.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 TypeMethodDescriptionvoid
JaxbBasicImpl.setNationalized
(JaxbNationalizedImpl value) Sets the value of the nationalized property.void
JaxbElementCollectionImpl.setNationalized
(JaxbNationalizedImpl value) Sets the value of the nationalized property.