From 1f6a889df7b7451ca4a1935b5fabbcd2b3dade29 Mon Sep 17 00:00:00 2001 From: Filip Hrisafov Date: Sun, 28 Jan 2024 01:13:45 +0100 Subject: [PATCH] Use correct parameter type in MyBatis mappers This makes sure that our logic for registering runtime hints works as expected and we don't need to register certain classes manually --- .../flowable/job/service/db/mapping/entity/DeadLetterJob.xml | 4 ++-- .../flowable/job/service/db/mapping/entity/SuspendedJob.xml | 4 ++-- .../variable/service/db/mapping/entity/VariableInstance.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/DeadLetterJob.xml b/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/DeadLetterJob.xml index f938615bcc2..55ccc930bb1 100644 --- a/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/DeadLetterJob.xml +++ b/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/DeadLetterJob.xml @@ -226,7 +226,7 @@ SELECT * FROM dual - ${limitBefore} SELECT RES.* ${limitBetween} @@ -234,7 +234,7 @@ ${limitAfter} - select count(RES.ID_) diff --git a/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/SuspendedJob.xml b/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/SuspendedJob.xml index 32a1b565a42..84a5cb40765 100644 --- a/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/SuspendedJob.xml +++ b/modules/flowable-job-service/src/main/resources/org/flowable/job/service/db/mapping/entity/SuspendedJob.xml @@ -234,7 +234,7 @@ SELECT * FROM dual - ${limitBefore} SELECT RES.* ${limitBetween} @@ -242,7 +242,7 @@ ${limitAfter} - select count(RES.ID_) diff --git a/modules/flowable-variable-service/src/main/resources/org/flowable/variable/service/db/mapping/entity/VariableInstance.xml b/modules/flowable-variable-service/src/main/resources/org/flowable/variable/service/db/mapping/entity/VariableInstance.xml index 7d020c8cf3a..d56ce95e7c3 100644 --- a/modules/flowable-variable-service/src/main/resources/org/flowable/variable/service/db/mapping/entity/VariableInstance.xml +++ b/modules/flowable-variable-service/src/main/resources/org/flowable/variable/service/db/mapping/entity/VariableInstance.xml @@ -186,7 +186,7 @@ select * from ${prefix}ACT_RU_VARIABLE where ID_ = #{id, jdbcType=VARCHAR} - select * from ${prefix}ACT_RU_VARIABLE