| Hi Oliver Gierke, form 5.1 when
@StoredProcedureParameter
set the name of the parameter and the
DatabaseMetaData#supportsNamedParameters()
return true Hibernate sets the parameter value by name and not anymore by position. I think the error is related with an HSQLDB issue [#https://sourceforge.net/p/hsqldb/bugs/1431/ ] |