@Deprecated public interface FqlOperations
| Modifier and Type | Method and Description |
|---|---|
<T> List<T> |
query(String fql,
FqlResultMapper<T> mapper)
Deprecated.
Performs an FQL query, returning a list of results mapped by an
FqlResultMapper. |
<T> List<T> query(String fql, FqlResultMapper<T> mapper)
FqlResultMapper.T - the Java type to bind the result objects tofql - the FQL querymapper - an FqlResultMapper used to map the results to specific object typesFqlResultMapper