Hi All,
I have been using hibernate with Springs where i don't get to use getSession() or getCurrentSession() as the Spring container manages it.
But i came across this getSession() and getCurrentSession() methods while reading hibernate.
Can anyone explain when to use either of the methods?
~ Jegan