public interface View<Q,O>
| Modifier and Type | Method and Description |
|---|---|
ResultCollection<O> |
all() |
QueryResult<O> |
retrieve(Q query)
Note that client who calls this should close the result.
|
QueryResult<O> |
retrieve(String query)
Note that client who calls this should close the result.
|
O |
uniqueResult(Q query) |
O |
uniqueResult(String query) |
QueryResult<O> retrieve(Q query)
QueryResult<O> retrieve(String query)
ResultCollection<O> all()
Copyright © 2019. All rights reserved.