Class Jdbc4SqlxmlHandler

java.lang.Object
org.springframework.jdbc.support.xml.Jdbc4SqlxmlHandler
All Implemented Interfaces:
SqlxmlHandler

@Deprecated(since="6.2") public class Jdbc4SqlxmlHandler extends Object implements SqlxmlHandler
Deprecated.
as of 6.2, in favor of direct ResultSet.getSQLxml(int) and Connection.createSQLxml() usage, possibly in combination with a custom SqlValue implementation
Default implementation of the SqlxmlHandler interface. Provides database-specific implementations for storing and retrieving xml documents to and from fields in a database, relying on the JDBC 4.0 java.sql.SQLxml facility.
Since:
2.5.6
Author:
Thomas Risberg, Juergen Hoeller
See Also: