|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of object to map FQL result data to.public interface FqlResultMapper<T>
An interface used by FqlTemplate to map FQL results to objects of a specific type, on a per-object basis. Roughly analogous to a RowMapper used with Spring's JdbcTemplate.
Method Summary | |
---|---|
T |
mapObject(FqlResult objectValues)
|
Method Detail |
---|
T mapObject(FqlResult objectValues)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |