|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CannedQuery
Interface for named query implementations. These are queries that encapsulate varying degrees of functionality, but ultimately provide support for paging results.
Note that each instance of the query is stateful and cannot be reused.
Method Summary | |
---|---|
CannedQueryResults |
execute()
Execute the named query, which was provided to support the parameters originally provided. |
CannedQueryParameters |
getParameters()
Get the original parameters used to generate the query. |
Method Detail |
---|
CannedQueryParameters getParameters()
CannedQueryResults execute()
parameters
originally provided.
Note: This method can only be used once; to requery, get a new
instance from the factory
.
java.lang.IllegalStateException
- on second and subsequent calls to this method
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |