Returns a number of elements satisfying provided specification.
Returns a number of elements satisfying provided specification.
search predicate
future to number of domain objects which satisfy specification
Helper method for counting domain objects.
Helper method for counting domain objects. Returns a number of elements satisfying provided specification.
search predicate
future to number of domain objects which satisfy specification
Returns a Seq of domain objects satisfying Specification[TSearchable] specification
with up to limit
results.
Returns a Seq of domain objects satisfying Specification[TSearchable] specification
with up to limit
results.
offset
can be used to skip initial results.
order
should be given as a Seq of pairs of
where first is a property name and second is whether it should be sorted
ascending over this property.
search predicate
maximum number of results
number of results to be skipped
custom ordering
future to domain objects which satisfy search predicate
Helper method for searching domain objects.
Helper method for searching domain objects.
Returns a Seq of domain objects satisfying Specification[TSearchable] specification
with up to limit
results.
search predicate
maximum number of results
future to domain objects which satisfy search predicate
Helper method for searching domain objects.
Helper method for searching domain objects.
Returns a Seq of domain objects satisfying Specification[TSearchable] specification
search predicate
future to domain objects which satisfy search predicate
Common base implementation for
SearchableRepository searchable repository
. It redirects calls to proxy services. It shouldn't be used or resolved. Instead domain model repositories should be resolved.DSL example:
Scala usage: