E - public interface OnReadBeanListener<E>
| Modifier and Type | Method and Description |
|---|---|
void |
onRead(E bean,
int row,
int rowCount)
This event is fired for each row of resultset after cursor values are converted in a bean.
|
void onRead(E bean, int row, int rowCount)
bean - bean read from databaserow - index of current rowrowCount - number of found rowsCopyright © 2018. All rights reserved.