Package | Description |
---|---|
it.tidalwave.util | |
it.tidalwave.util.spi |
Modifier and Type | Method and Description |
---|---|
Finder<TYPE> |
Finder.from(int firstResult)
Tells the
Finder that only a subset of found items will be returned, starting from the given position. |
Finder<TYPE> |
Finder.max(int maxResults)
Tells the
Finder that only a maximum number of found items will be returned. |
<AnotherType> |
Finder.ofType(Class<AnotherType> type)
Tells the
Finder that the specified type of results is expected. |
Finder<TYPE> |
Finder.sort(Finder.SortCriterion criterion)
Tells the
Finder that results will be sorted according to the given criterion, in ascending direction. |
Finder<TYPE> |
Finder.sort(Finder.SortCriterion criterion,
Finder.SortDirection direction)
Tells the
Finder that results will be sorted according to the given criterion and direction. |
Finder<TYPE> |
Finder.withContext(Object context)
Tells the
Finder that results should be created with the given context. |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedFinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>>
A utility interface for creating extended
Finder s, it provides automatic covariant return types. |
class |
FinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>>
A support class for implementing a
Finder . |
Modifier and Type | Interface and Description |
---|---|
interface |
ExtendedFinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>>
A utility interface for creating extended
Finder s, it provides automatic covariant return types. |
Modifier and Type | Class and Description |
---|---|
class |
FinderSupport<TYPE,EXTENDED_FINDER extends Finder<TYPE>>
A support class for implementing a
Finder . |
class |
SimpleFinderSupport<Type> |
Modifier and Type | Method and Description |
---|---|
<ANOTHER_TYPE> |
FinderSupport.ofType(Class<ANOTHER_TYPE> type)
Tells the
Finder that the specified type of results is expected. |
Copyright © 2009–2015 Tidalwave s.a.s. (http://tidalwave.it). All rights reserved.