Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
Packages that use JaxbConvertImpl
Package
Description
Support for processing mapping XML files and applying annotation references over the appropriate
classes,
fields and
methods.
-
Uses of JaxbConvertImpl in org.hibernate.boot.jaxb.mapping.spi
Fields in org.hibernate.boot.jaxb.mapping.spi declared as JaxbConvertImplFields in org.hibernate.boot.jaxb.mapping.spi with type parameters of type JaxbConvertImplModifier and TypeFieldDescriptionprotected List<JaxbConvertImpl>JaxbElementCollectionImpl.convertsprotected List<JaxbConvertImpl>JaxbEmbeddedImpl.convertsprotected List<JaxbConvertImpl>JaxbEntityImpl.convertsprotected List<JaxbConvertImpl>JaxbElementCollectionImpl.mapKeyConvertsprotected List<JaxbConvertImpl>JaxbManyToManyImpl.mapKeyConvertsprotected List<JaxbConvertImpl>JaxbOneToManyImpl.mapKeyConvertsprotected List<JaxbConvertImpl>JaxbPluralAnyMappingImpl.mapKeyConvertsMethods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConvertImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConvertImpl()Create an instance ofJaxbConvertImplJaxbBasicImpl.getConvert()Gets the value of the convert property.Methods in org.hibernate.boot.jaxb.mapping.spi that return types with arguments of type JaxbConvertImplModifier and TypeMethodDescriptionJaxbElementCollectionImpl.getConverts()Gets the value of the converts property.JaxbEmbeddedImpl.getConverts()Gets the value of the converts property.JaxbEntity.getConverts()JaxbEntityImpl.getConverts()Gets the value of the converts property.JaxbElementCollectionImpl.getMapKeyConverts()Gets the value of the mapKeyConverts property.JaxbManyToManyImpl.getMapKeyConverts()Gets the value of the mapKeyConverts property.JaxbOneToManyImpl.getMapKeyConverts()Gets the value of the mapKeyConverts property.JaxbPluralAnyMappingImpl.getMapKeyConverts()Gets the value of the mapKeyConverts property.JaxbPluralAttribute.getMapKeyConverts()Methods in org.hibernate.boot.jaxb.mapping.spi with parameters of type JaxbConvertImplModifier and TypeMethodDescriptionvoidJaxbBasicImpl.setConvert(JaxbConvertImpl value) Sets the value of the convert property. -
Uses of JaxbConvertImpl in org.hibernate.boot.models.xml.internal
Methods in org.hibernate.boot.models.xml.internal with parameters of type JaxbConvertImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyConvert(JaxbConvertImpl jaxbConvert, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static ConvertXmlAnnotationHelper.transformConvert(JaxbConvertImpl jaxbConvert, String namePrefix, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbConvertImplModifier and TypeMethodDescriptionstatic voidXmlAnnotationHelper.applyConverts(List<JaxbConvertImpl> jaxbConverts, String namePrefix, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)