Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbNationalizedImpl
Packages that use JaxbNationalizedImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
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. -
Uses of JaxbNationalizedImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbNationalizedImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyNationalized(JaxbNationalizedImpl jaxbNationalized, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)