mmnaseri / spring-data-mock

Mock facility for Spring Data repositories
MIT License
137 stars 44 forks source link

Add support for Spring Data JPA Specifications #189

Open Periecle opened 3 years ago

Periecle commented 3 years ago

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.