-
-
Notifications
You must be signed in to change notification settings - Fork 44
Add support for Spring Data JPA Specifications #189
Copy link
Copy link
Open
Description
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.
Reactions are currently unavailable