
Untitled
By: a guest on
Jun 17th, 2012 | syntax:
None | size: 0.52 KB | hits: 19 | expires: Never
ibatis access oracle long type data
X_long b = (X_long) getSqlMapClientTemplate().queryForObject("select_long", id);
<select id="select_long"
resultClass="spring_ibatis.domain.X_long">
select id, txt from x_long
where ID=#ID#
</select>
public class X_long implements Serializable
{
// ////////////////////////////////////////////////
// Data access methods
// ////////////////////////////////////////////////
private String ID;
private String TXT;
...
}
Stream has already been closed