Hibernate version: 3.2
I am looking into possible ways to make my DAO pattern. Currently I am doing the Generics based approach on the hibernate website. However, I am now looking for a ways to generate these DAO's quickly.
I am using Eclipse 3.2 as my IDE and of course tried Hibernate Tools. However, the default Pattern they give is poor. So, I tried using HibernateSynch as well. Their DAO pattern was pretty good.
So no I ask my question; is there any way I can make Hibernate Tools follow either one of these patterns?
Also, if someone has a good UML for the HibernateSynch DAO pattern, it would save me alot of time.
|