| Description seems to me a little confusing. Could you explain what do you mean by positional parameters: #ordinal params (like in jdbc query "where id=? and name=?") #or jpa positional parameters (like "where obj.id=?1 and obj.name=?2"). #Or something completely different? Example would be great |