New answers tagged jpa
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 ...
Top 50 recent answers are included
Related Tags
jpa × 65java × 38
hibernate × 20
spring × 18
orm × 9
spring-boot × 8
java-ee × 7
database × 5
rest × 5
design × 4
database-design × 4
entity × 4
dao × 4
domain-driven-design × 3
api-design × 3
dto × 3
architecture × 2
programming-practices × 2
performance × 2
sql × 2
mysql × 2
clean-architecture × 2
query × 2
object-oriented × 1
php × 1