com.wideplay.warp.persist.dao
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 first-result index. Used for paging result lists.

Since:
1.0
See Also:
MaxResults