JPA Specification in Quarkus

Viewed 184

I am currently migrating a SpringBoot project to Quarkus where I use the JpaSpecificationExecutor interface to create dynamic querys. I see here that Quarkus still has no support for this kind of feature so I wanted to know if is there any recommendation on alternatives for this. Thanks in advance!

0 Answers
Related