When i'm executing jbpm, in the log file, the queries to the database are of this type:
Code:
18:48:50,516 INFO [STDOUT] Hibernate: select top 1 processdef0_.ID_ as ID1_91_, processdef0_.NAME_
as NAME2_91_, processdef0_.VERSION_ as VERSION3_91_, processdef0_.ISTERMINATIONIMPLICIT_ as ISTERMIN
4_91_, processdef0_.STARTSTATE_ as STARTSTATE5_91_ from JBPM_PROCESSDEFINITION processdef0_ where pr
ocessdef0_.NAME_=? order by processdef0_.VERSION_ desc
Is there any manner to substitute the '?' marks with the values?
Thanks,
Pedro