This post originated from an RSS feed registered with Java Buzz
by Jason Zhicheng Li.
Original Post: No Transparent Persistence in Hibernate
Feed Title: Jason Zhicheng Li's Blog
Feed URL: http://lizjason.com/blog/?feed=rss
Feed Description: Java, Hibernate, Spring, AOP and geek stuff
I came across an interesting statement on the Introducing Hibernate page on Hibernate web site:
Hibernate generates SQL for you, relieves you from manual result set handling and object conversion and keeps your application portable to all SQL databases. Hibernate provides transparent persistence, the only requirement for a persistent class ...