quarkusio / quarkus

Quarkus: Supersonic Subatomic Java.
https://quarkus.io
Apache License 2.0
13.82k stars 2.69k forks source link

Support QueryByExample in Panache #4015

Open hantsy opened 5 years ago

hantsy commented 5 years ago

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.

loicmathieu commented 5 years ago

Query by example has been discussed in the following issue: #2303 already, you can join this conversation and +1 on it ;)

machi1990 commented 5 years ago

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?

loicmathieu commented 5 years ago

@machi1990 no as #2303 has a broader scope

hantsy commented 5 years ago

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.

gastaldi commented 2 months ago

@FroMage is this being considered as part of your Panache 2 work?

FroMage commented 2 months ago

Not at the start, no