Open hantsy opened 5 years ago
Query by example has been discussed in the following issue: #2303 already, you can join this conversation and +1 on it ;)
Query by example has been discussed in the following issue: #2303 already, you can join this conversation and +1 on it ;)
@loicmathieu @hantsy would you qualify this issue as duplicate?
@machi1990 no as #2303 has a broader scope
I hope in #2303, creating a checklist in issue content for all possible improvements/features in Panache is more clear, and very item refers to the specific issue link.
@FroMage is this being considered as part of your Panache 2 work?
Not at the start, no
Hibernate and Spring Data JPA provide query by example, I hope includes this in Quarkus.
eg.
findByExample(Example)
countByExample(Example)
Example.builder.xxx.build to get an example.