What do y'all think about deprecating positional parameters in HQL? I am talking about the HQL-specific notion here, not the JPA notion of a positional parameter which we obviously have to continue to support.
HQL positional params are in the form: from Cat c where c.name = ? w/ setParameter(1, "steve") -- st...@hibernate.org http://hibernate.org _______________________________________________ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev