| Package | Description |
|---|---|
| org.seedstack.business.api.interfaces.query.specification |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GenericSpecificationStrategy.containsAny(org.kametic.specifications.Specification<E> specification,
SpecificationOption option)
Determine if any of our entities match a specification.
|
long |
GenericSpecificationStrategy.howMany(org.kametic.specifications.Specification<E> specification,
SpecificationOption option)
Counts how many entities are matching the given specification.
|
List<R> |
GenericSpecificationStrategy.matching(org.kametic.specifications.Specification<E> specification,
SpecificationOption option)
Retrieve all entities that match a specification.
|
Copyright © 2013-2015–2015. All rights reserved.