Package org.springframework.jdbc.support.xml
@NonNullApi
@NonNullFields
package org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
-
ClassDescriptionDefault implementation of the
SqlXmlHandler
interface.Exception thrown when the underlying implementation does not support the requested feature of the API.Abstraction for handling XML fields in specific databases.Subinterface ofSqlValue
that specifically indicates passing in XML data to a specified column.Interface defining handling involved with providingOutputStream
data for XML input.Interface defining handling involved with providingWriter
data for XML input.Interface defining handling involved with providingResult
data for XML input.