Package com.google.inject.persist.finder

Dynamic Finder API for Guice Persist.

See:
          Description

Class Summary
DynamicFinder Utility that helps you introspect dynamic finder methods.
 

Annotation Types Summary
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.
 

Package com.google.inject.persist.finder Description

Dynamic Finder API for Guice Persist.



Copyright © 2006-2011 Google, Inc.. All Rights Reserved.