Uses of Interface
org.springframework.jdbc.support.xml.SqlXmlHandler

Packages that use SqlXmlHandler
org.springframework.jdbc.support.xml Abstraction for handling fields of SQLXML data type. 
 

Uses of SqlXmlHandler in org.springframework.jdbc.support.xml
 

Subinterfaces of SqlXmlHandler in org.springframework.jdbc.support.xml
 interface SqlXmlObjectMappingHandler
          Abstraction for handling XML object mapping to fields in a database.
 

Classes in org.springframework.jdbc.support.xml that implement SqlXmlHandler
 class Jdbc4SqlXmlHandler
          Default implementation of the SqlXmlHandler interface.
 



Copyright © 2002-2008 The Spring Framework.