Re: [Hibernate] Java-based query evaluator

2002-12-06 Thread Juozas Baliuka
> I'm curious how feasible it would be to write a Java-based evaluator of > Hibernate queries, or at least leverage the existing parser code to gain > access to the abstract syntax tree. > > One possibility is that certain subsets of queries (most filters, I > think) could be run within the JVM, s

[Hibernate] Java-based query evaluator

2002-12-06 Thread Chris Nokleberg
I'm curious how feasible it would be to write a Java-based evaluator of Hibernate queries, or at least leverage the existing parser code to gain access to the abstract syntax tree. One possibility is that certain subsets of queries (most filters, I think) could be run within the JVM, saving a db