How to execute custom insert query in Camunda (MyBatis)
158 views
Skip to first unread message
mash...@gmail.com
unread,
Feb 17, 2016, 1:47:22 AM2/17/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to camunda BPM platform contributors
I was following https://docs.camunda.org/manual/7.3/real-life/how-to/ Custom MyBatis query example for some custom select queries. However i'm unable to do a custom Insert/Update query from this because commandContext.getDbSqlSession().executeInsertEntity is a protected method. Any suggestions on how to perform this would be helpful.