Class | Description |
---|---|
DynamicFinder |
Utility that helps you introspect dynamic finder methods.
|
Annotation Type | Description |
---|---|
Finder |
Marks a method stub as a dynamic finder.
|
FirstResult |
Annotate any dynamic finder method's integer argument with this to pass in
the index of the first result in the result set you are interested in.
|
MaxResults |
Annotate any dynamic finder method's integer argument with this to pass in
the maximum size of returned result window.
|