RowMapper<AuditTrailInfo> rowMapper = new RowMapper<AuditTrailInfo>(){
public AuditTrailInfo mapRow(ResultSet rs, int arg1)
throws SQLException {
return new AuditTrailInfo(
rs.getLong("SEQ_ID"),
rs.getString("TRANSACTION_ID"),
rs.getString("CONVERSATION_ID"),
rs.getString("CORRELATION_ID"),
rs.getTimestamp("OCCURRENCE").getTime(),