Class ClobRowMapper

java.lang.Object
com.randomnoun.common.spring.ClobRowMapper
All Implemented Interfaces:
org.springframework.jdbc.core.RowMapper<Map<String,Object>>

public class ClobRowMapper extends Object implements org.springframework.jdbc.core.RowMapper<Map<String,Object>>
This class is intended to replace the standard RowMapper provided by Spring to allow CLOBs to be treated as String objects transparently (i.e. the Map which represents a row returned by this class will not contain any oracle.sql.CLOB objects).

LobHandlers aren't required in recent Oracle drivers, so this entire class is probably obsolete these days.

Author:
knoxg