Uses of Interface
org.springframework.jdbc.support.xml.XmlCharacterStreamProvider
Packages that use XmlCharacterStreamProvider
Package
Description
Abstraction for handling fields of SQLXML data type.
- 
Uses of XmlCharacterStreamProvider in org.springframework.jdbc.support.xmlMethods in org.springframework.jdbc.support.xml with parameters of type XmlCharacterStreamProviderModifier and TypeMethodDescriptionJdbc4SqlXmlHandler.newSqlXmlValue(XmlCharacterStreamProvider provider) Deprecated.SqlXmlHandler.newSqlXmlValue(XmlCharacterStreamProvider provider) Deprecated.Create aSqlXmlValueinstance for the given XML data, as supported by the underlying JDBC driver.