|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ParameterizedEsperRowMapper<T>
Provides a callback to map a set of results from Esper, in a notional row.
Implementations will then use their own strategy to implement the callbck.
Uses Java 5 covariant return types to override the return type of the
mapRow(com.espertech.esper.client.EventBean) method to be the type parameter T. Created in
the style of the Sprng Framework's
org.springframework.jdbc.core.SimpleParameterizedRowMapper.
EsperStatementOperations| Method Summary | |
|---|---|
T |
mapRow(com.espertech.esper.client.EventBean eventBean)
Implementations should return the object representation of the current row as supplied by the EventBean. |
| Method Detail |
|---|
T mapRow(com.espertech.esper.client.EventBean eventBean)
EventBean.
eventBean -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||