Uses of Class
org.hibernate.boot.jaxb.mapping.spi.JaxbConvertImpl
Packages that use JaxbConvertImpl
-
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.