Package com.google.inject.persist.finder

Dynamic Finder API for Guice Persist.

See: Description

  • Class Summary 
    Class Description
    DynamicFinder
    Utility that helps you introspect dynamic finder methods.
  • Annotation Types Summary 
    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.

Package com.google.inject.persist.finder Description

Dynamic Finder API for Guice Persist.

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