wmedvede commented on code in PR #1906:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/1906#discussion_r1377436022
##########
data-index/data-index-storage/data-index-storage-postgresql/src/main/java/org/kie/kogito/index/postgresql/storage/ProcessDefinitionEntityStorage.java:
##########
@@ -68,6 +69,11 @@ public Optional<ProcessDefinitionEntity>
findByIdOptional(String key) {
return repository.findByIdOptional(new
ProcessDefinitionEntityId(key));
}
+ @Override
+ public ProcessDefinitionEntity findById(String s, LockModeType
lockModeType) {
Review Comment:
same here, sall we need to implement this concept in the other db types?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]