com.wideplay.warp.persist.dao
Annotation Type FirstResult


@Target(value=PARAMETER)
@Retention(value=RUNTIME)
public @interface FirstResult

Created with IntelliJ IDEA. On: 3/06/2007

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
Author:
Dhanji R. Prasanna (dhanji@gmail.com)
See Also:
MaxResults