The Spring Framework

Uses of Package
org.springframework.jdbc.support.xml

Packages that use org.springframework.jdbc.support.xml
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
SqlXmlHandler
          Abstraction for handling XML fields in specific databases.
SqlXmlValue
          Subinterface of SqlTypeValue that supports passing in XML data to specified column and adds a cleanup callback, to be invoked after the value has been set and the corresponding statement has been executed.
XmlBinaryStreamProvider
          Interface defining handling involved with providing OutputStream data for XML input.
XmlCharacterStreamProvider
          Interface defining handling involved with providing Writer data for XML input.
XmlResultProvider
          Interface defining handling involved with providing Result data for XML input.
 


The Spring Framework

Copyright © 2002-2008 The Spring Framework.