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 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. -
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 void
XmlAnnotationHelper.applyNationalized
(JaxbNationalizedImpl jaxbNationalized, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)