|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Query<T>
A query against the beanmodel for a single bean type. When executed, the query will return the set of beans corresponding to the query.
Method Summary | |
---|---|
java.lang.String |
execute()
Execute this query. |
boolean |
hasMoreResults()
True if there are more results, false otherwise |
T |
nextResult()
Returns the next result in the sequence |
Method Detail |
---|
java.lang.String execute() throws QueryExecutionException
QueryExecutionException
- if the query failed to executeboolean hasMoreResults() throws QueryExecutionException
QueryExecutionException
- if there is some problem with retrieving
the results of the queryT nextResult() throws QueryExecutionException
QueryExecutionException
- if there is a problem retrieving the next
result
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |