-
Finder.from(int firstResult)
Tells the Finder
that only a subset of found items will be returned, starting from the given position.
Tells the Finder
that only a subset of found items will be returned, starting from the given position.
Tells the Finder
that only a subset of found items will be returned, starting from the given position.
Returns a mapping Finder
on a given delegate Finder
.
Finder.max(int maxResults)
Tells the Finder
that only a maximum number of found items will be returned.
Tells the Finder
that only a maximum number of found items will be returned.
Tells the Finder
that only a maximum number of found items will be returned.
Returns a wrapped Finder
on a given collection of elements.
Returns a wrapped Finder
on a given function to provide results.
Returns a wrapped Finder
on a given supplier.
Tells the Finder
that the specified type of results is expected.
Tells the Finder
that results will be sorted according to the given criterion, in ascending direction.
Tells the Finder
that results will be sorted according to the given criterion and direction.
Tells the Finder
that results should be created with the given context.
Returns a mapping Finder
on a given delegate Finder
.
-
interface
A utility interface for creating extended
Finder
s, it provides automatic covariant return types.
class
A support class for implementing a
Finder
.
interface
A utility interface for creating extended
Finder
s, it provides automatic covariant return types.
interface
A
Finder
that provides filtering by id.
class
class
A support class for implementing a
Finder
that provides filtering by id.
class
A support class for implementing a
Finder
.
class
A starting point for implementing a custom
Finder
that is not an extended finder.
Tells the Finder
that the specified type of results is expected.