|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||
@Target(value=METHOD) @Retention(value=RUNTIME) @Documented public @interface Lookup
Indicates that this method looks entities up.
The method can have one or more parameters. With the Param annotation
the parameters can be 'named'. This makes it possible to reference the parameter
by its name instead of its position. If one parameter is annotated with the Param
parameter then all the parameters need to be annotated. If no parameters are annotated
then the parameters need to be referenced by there position, starting by zero.
This annotation should only be used on classes that
are annotated with the Dao annotation.
| Optional Element Summary | |
|---|---|
String |
name
The name of the lookup operation. |
public abstract String name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT | |||||||||