Hi,
I am developing a fat-client application with spring, hibernate and hsql and need some help with the creation of the DAOs:
Spring is configured to inject the sessionFactory into the DAOs but these classes try to lookup the sessionFactory with JNDI (which fails, because I never cared for that). These classes are auto generated by the hibernate tools, so I don't want to correct this manually but configure the generation process.
Since I'm pretty new to the hibernate stuff, I can't find the right search terms for a solution..how do I set up the tools for my needs?
Thanks for your help,
Thorsten
|