Skip to main content

New answers tagged

2 votes

Approach for querying an arbitrary set of user submitted fields and values in Spring application? Like a shopping site sidebar search?

If your filters are simple (like equality per field) then check out query by example in Spring Data JPA. If you need complex filters (like comparisons between fields, checking for existence, range ...
Sankozi's user avatar
  • 189

Top 50 recent answers are included