From ab36adbbc22fcd156ddce528a9ff5e5103623342 Mon Sep 17 00:00:00 2001 From: Matthias Andreas Benkard Date: Sun, 20 Mar 2022 16:10:42 +0100 Subject: Use Blaze Persistence for criteria queries. Blaze Persistence is more flexible, but also less type-safe than JPA Criteria. This change explores what the changes look like and how efficient the resulting queries are. Change-Id: Ia47e4f0280d451e0381f58ece297c5bc06604289 --- pom.xml | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index cd94789..0efeb19 100644 --- a/pom.xml +++ b/pom.xml @@ -194,8 +194,21 @@ quarkus-container-image-jib - + + com.blazebit + blaze-persistence-integration-quarkus + + + com.blazebit + blaze-persistence-integration-hibernate-5.6 + runtime + + + com.blazebit + blaze-persistence-entity-view-processor + provided + org.apache.camel.quarkus camel-quarkus-mail -- cgit v1.2.3