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

Package org.springframework.jdbc.support.xml

Types

Jdbc4SqlXmlHandler

open class Jdbc4SqlXmlHandler : SqlXmlHandler

Default implementation of the SqlXmlHandler interface. Provides database-specific implementations for storing and retrieving XML documents to and from fields in a database, relying on the JDBC 4.0 java.sql.SQLXML facility.

SqlXmlObjectMappingHandler

interface SqlXmlObjectMappingHandler : SqlXmlHandler

Abstraction for handling XML object mapping to fields in a database.

Provides accessor methods for XML fields unmarshalled to an Object, and acts as factory for SqlXmlValue instances for marshalling purposes.

Exceptions

SqlXmlFeatureNotImplementedException

open class SqlXmlFeatureNotImplementedException : InvalidDataAccessApiUsageException

Exception thrown when the underlying implementation does not support the requested feature of the API.