Re: [Hibernate] AST driven QueryTranslator

2004-01-05 Thread Gavin King
Fantastic! I'll check it out tomorrow :) Joshua Davis wrote: Hi all, Got a bit further over the past two weeks in my AST based HQL parser. Here's where I am so far: * Refactored QueryTranslator into an interface so I can compare the existing implementation to the new one. * Made a simple u

[Hibernate] Questions

2004-01-05 Thread Qin Ding
I have a very large set of xml schema (w3c complied). I wonder if I can use the schema to generate ddl, java, and mapping file? If I can generate DDL based on the schema and build a database using the DDL, I can generate java and hibernate mapping file based on the database schema using Ant. Is

[Hibernate] AST driven QueryTranslator

2004-01-05 Thread Joshua Davis
Title: Message Hi all,   Got a bit further over the past two weeks in my AST based HQL parser.   Here's where I am so far: * Refactored QueryTranslator into an interface so I can compare the existing implementation to the new one. * Made a simple unit test along with a decorator that runs uni

[Hibernate] Hibernate and Spring - problems with datasource and session factory (Tomcat)

2004-01-05 Thread Troy McKinnon
I have been trying to integrate Hibernate with spring. These are probably more suited to the spring forum but I thought I would ask here in case someone has already been thru the same thing.   I was following the examples on: http://www.hibernate.org/110.html as well as the sample configs in