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.converts
protected List<JaxbConvertImpl>
JaxbEmbeddedImpl.converts
protected List<JaxbConvertImpl>
JaxbEntityImpl.converts
protected List<JaxbConvertImpl>
JaxbElementCollectionImpl.mapKeyConverts
protected List<JaxbConvertImpl>
JaxbManyToManyImpl.mapKeyConverts
protected List<JaxbConvertImpl>
JaxbOneToManyImpl.mapKeyConverts
protected List<JaxbConvertImpl>
JaxbPluralAnyMappingImpl.mapKeyConverts
Methods in org.hibernate.boot.jaxb.mapping.spi that return JaxbConvertImplModifier and TypeMethodDescriptionObjectFactory.createJaxbConvertImpl()
Create an instance ofJaxbConvertImpl
JaxbBasicImpl.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 TypeMethodDescriptionvoid
JaxbBasicImpl.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 void
XmlAnnotationHelper.applyConvert
(JaxbConvertImpl jaxbConvert, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext) static Convert
XmlAnnotationHelper.transformConvert
(JaxbConvertImpl jaxbConvert, String namePrefix, XmlDocumentContext xmlDocumentContext) Method parameters in org.hibernate.boot.models.xml.internal with type arguments of type JaxbConvertImplModifier and TypeMethodDescriptionstatic void
XmlAnnotationHelper.applyConverts
(List<JaxbConvertImpl> jaxbConverts, String namePrefix, org.hibernate.models.spi.MutableMemberDetails memberDetails, XmlDocumentContext xmlDocumentContext)