as a insert event ,we can get column values by ergodic row'columns
List<Row> rows=event.getRows();
for(Row row:rows){
List<Column> columns=row.getColumns();
}
how can i mapping the columns of row to the columns of table in the database?
Original issue reported on code.google.com by lovm...@gmail.com on 6 May 2014 at 6:24
Original issue reported on code.google.com by
lovm...@gmail.com
on 6 May 2014 at 6:24