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
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
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