Hi Gurus,
I am setting up Hibernate Annotation (User JPA for mapping) with Spring. (i.e. AnnotationSessionFactoryBean)
I have a few questions
- Do I need a hibernate.cfg.xml for mapping?
- From the example http://www.zabada.com/tutorials/hibernate-and-jpa-with-spring-example.php, it seems you need to do AOP, do you really need that? I saw a lot of example doesn't have that?
Is there any good tutorial around the web?
Thanks Roy