Is your feature request related to a problem? Please describe.
Spring Data has support of Criteria API via Specifications, but spring-data-mock does not support filtering results with specifications.
Describe the solution you'd like
Implement JpaSpecificationExecutor support similiraly to CrudRepositorySupport
Describe alternatives you've considered
I can not see alternatives.
Is your feature request related to a problem? Please describe. Spring Data has support of Criteria API via Specifications, but spring-data-mock does not support filtering results with specifications.
Describe the solution you'd like Implement JpaSpecificationExecutor support similiraly to CrudRepositorySupport
Describe alternatives you've considered I can not see alternatives.