RS - The row typeR - The result typepublic static interface SqlResultEntityTypeMapper.PushingMapper<RS,R>
| Modifier and Type | Method and Description |
|---|---|
R |
getResult()
The result created by pushed rows.
|
void |
processRow(RS row)
Process row.
|