JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Package
org.springframework.jdbc.support.xml
Packages that use
org.springframework.jdbc.support.xml
Package
Description
org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
Classes in
org.springframework.jdbc.support.xml
used by
org.springframework.jdbc.support.xml
Class
Description
SqlXmlHandler
Deprecated.
as of 6.2, in favor of direct
ResultSet.getSQLXML(int)
and
Connection.createSQLXML()
usage, possibly in combination with a custom
SqlValue
implementation
SqlXmlValue
Deprecated.
as of 6.2, in favor of a direct
SqlValue
implementation
XmlBinaryStreamProvider
Deprecated.
as of 6.2, in favor of direct
SQLXML
usage
XmlCharacterStreamProvider
Deprecated.
as of 6.2, in favor of direct
SQLXML
usage
XmlResultProvider
Deprecated.
as of 6.2, in favor of direct
SQLXML
usage
ResultSet.getSQLXML(int)
andConnection.createSQLXML()
usage, possibly in combination with a customSqlValue
implementation