|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface LookupByQuery
Indicates that the method can lookup entities by a query string.
The method must have one String parameter for the query string and
a array or Map parameter for the positional or named parameters of
the query.
If no parameters are present then an empty parameter array or empty parameter Map is
handed over.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||