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