Uses of Interface
it.tidalwave.util.Finder

Packages that use Finder
it.tidalwave.util   
 

Uses of Finder in it.tidalwave.util
 

Classes in it.tidalwave.util that implement Finder
 class FinderSupport<T>
           
 

Methods in it.tidalwave.util that return Finder
 Finder FinderSupport.from(int firstResult)
          
 Finder<T> Finder.from(int firstResult)
           
 Finder FinderSupport.max(int maxResults)
          
 Finder<T> Finder.max(int maxResults)
           
<X> Finder<X>
FinderSupport.ofType(java.lang.Class<X> type)
          
<X> Finder<X>
Finder.ofType(java.lang.Class<X> type)
           
 Finder<T> FinderSupport.sort(Finder.SortCriterion criterion)
          
 Finder<T> Finder.sort(Finder.SortCriterion criterion)
           
 Finder<T> FinderSupport.sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
          
 Finder<T> Finder.sort(Finder.SortCriterion criterion, Finder.SortDirection direction)
           
 



Copyright © 2009-2011 Tidalwave s.a.s.. All Rights Reserved.