[Hibernate] "crude" support for custom sql is now in CVS

2004-04-03 Thread Max Rydahl Andersen
Hi! You can now do something like: insert into Role (name, id) values (?, ?) /** i did this */delete from Role where id=? This is the basic first step for having support for user specified sql for CUD operations (Read is done by HQL, Crit

Re: [Hibernate] PersistentCollectionType isn't compiling in v22branch

2004-04-03 Thread Gavin King
Ooops I must have accidently committed that. I have a bunch or refactorings sitting in my sandbox that I can't commit just yet. Joshua Davis wrote: In the method: public String getOnCondition(String alias, SessionFactoryImplementor factory) throws MappingException { return getJoinable(facto

[Hibernate] HQL AST parser progress.

2004-04-03 Thread Joshua Davis
An update on what I've been up to so far... * ANTLR support added: build.xml, build.bat and lib/antlr-2.7.2.jar * Hibernate2/grammar - The ANTLR grammar source code. * ANTLR generates source code into build/generated-src. New packages: * net.sf.hibernate.hql.anltr - Parser classes generated by