| This is a legacy holder-over from initial support for JPA "positional" parameters. Originally ORM would treat these as named (really they are the same as named parameters) and HEM would interpret calls between int and String. With 5.2 and merging HEM->ORM, ORM parameter descriptors need to handle positions properly. This has major effects |