Probably the difference is the idea of "auto determination" of a parameter's "expected" Type. In HQL/JPQL and Criteria queries I have a lot of code in place to determine the expected type of a parameter based any "corresponding property reference". In native SQL queries there is no such opportunity to perform this "auto determination".
On Mon, Feb 16, 2015 at 10:33 AM, Emmanuel Bernard <[email protected]> wrote: > Do we do any other conversion in SQLQueries from the property type to the > SQL type? I don’t think we do. > > > On 13 Feb 2015, at 06:15, Gail Badner <[email protected]> wrote: > > > > Should enum objects be converted to the appropriate type when bound to a > native query? > > > > It looks like they are converted properly when bound using a Criteria or > HQL Query, but not for a SQLQuery. > > > > Attached is a patch for EnumTypeTest that shows that it works for > Criteria and HQL queries, and fails for SQLQuery. > > > > Is this a bug? > > > > Thanks, > > Gail_______________________________________________ > > hibernate-dev mailing list > > [email protected] > > https://lists.jboss.org/mailman/listinfo/hibernate-dev > > > _______________________________________________ > hibernate-dev mailing list > [email protected] > https://lists.jboss.org/mailman/listinfo/hibernate-dev > _______________________________________________ hibernate-dev mailing list [email protected] https://lists.jboss.org/mailman/listinfo/hibernate-dev
