You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: