Problem executing custom SQL for an insert query

cancel
Showing results for 
Search instead for 
Did you mean: 
Esteban_Romero
Member II

Problem executing custom SQL for an insert query

Hi,

I am trying to execute an @insert query through the Activiti API as the manual says (https://www.activiti.org/userguide/#advanced.custom.sql.queries) but, according the documentation, the insert method should be void and I couldn't find any way or example of execution.

In the documentatation you have an example of @select and the CustomSqlExecution requires a <Mapper, ResultType> and, in my case, I'm not able to put any ResultType.

Can you help me?

Thanks in advance