Re: [Hibernate] Limitations HQL vs. Criteria

2003-12-28 Thread Gavin King
Michael, Criteria queries are definately not a subset of HQL queries! For one, they are completely extensible with new user-defined Criterion types. Secondly, they support operations upon "composite" values, which are not yet supported in HQL. I'm not sure that we are really ready to go reimplem

Re: [Hibernate] Limitations HQL vs. Criteria

2003-12-28 Thread Michael Gloegl
Hi, For one, they are completely extensible with new user-defined Criterion types. Secondly, they support operations upon "composite" values, which are not yet supported in HQL. hm yes, you are most likely right :) I just liked the idea of reusing the SQL generation for Criteria queries, but it