JavaScript is disabled on your browser.
Skip navigation links
Spring Framework
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
SEARCH:
Uses of Interface
org.springframework.jdbc.support.xml.SqlXmlHandler
Packages that use
SqlXmlHandler
Package
Description
org.springframework.jdbc.support.xml
Abstraction for handling fields of SQLXML data type.
Uses of
SqlXmlHandler
in
org.springframework.jdbc.support.xml
Classes in
org.springframework.jdbc.support.xml
that implement
SqlXmlHandler
Modifier and Type
Class
Description
class
Jdbc4SqlXmlHandler
Default implementation of the
SqlXmlHandler
interface.