Generated by
JDiff

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

Removed Methods
Source getXmlAsSource(ResultSet, int, Class) Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
Source getXmlAsSource(ResultSet, String, Class) Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
 

Added Methods
Source getXmlAsSource(ResultSet, int, Class<Source>) Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
Source getXmlAsSource(ResultSet, String, Class<Source>) Retrieve the given column as Source implemented using the specified source class from the given ResultSet.
 

Changed Methods
SqlXmlValue newSqlXmlValue(Class<Result>, XmlResultProvider) Change in signature from (Class, XmlResultProvider) to (Class<Result>, XmlResultProvider).
Create a {@code SqlXmlValue} instance for the given XML data, as supported by the underlying JDBC driver.