I tend to work directly with the Hibernate session factory when I code my
own DAO's - but this is strictly a matter of personal preference. I believe
working in this way makes my DAO's easier to read - note that I see no
technical advantage between either approach. Once you stop using templates,
t
Hi there, thought I'd share this with you guys.
http://blog.interface21.com/main/2007/06/26/so-should-you-still-use-springs-hibernatetemplate-andor-jpatemplate/
With Spring2.0, you can directly use Hibernate Session API without using
the Spring's hibernateTemplate.
But what confuses me more is