spring-framework / org.springframework.jdbc.support.xml / SqlXmlObjectMappingHandler / newMarshallingSqlXmlValue

newMarshallingSqlXmlValue

abstract fun newMarshallingSqlXmlValue(value: Any): SqlXmlValue

Get an instance of an SqlXmlValue implementation to be used together with the database specific implementation of this SqlXmlObjectMappingHandler.

Parameters

value - the Object to be marshalled to XML

Return
the implementation specific instance

See Also
SqlXmlValue