JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element
com.google.inject.persist.finder
Annotation Type FirstResult
@Target
(
value
=
PARAMETER
)
@Retention
(
value
=
RUNTIME
) public @interface
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. Useful for paging result sets. Complemented by
MaxResults
.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Field |
Required |
Optional
Detail:
Field |
Element