Hibernate is a powerful, high performance Object/Relational persistance and query service for both Java and .Net. Hibernate provides the bridge between the database and the application by storing application objects in the database for the developer, rather than requiring the developer to write and maintain mountains of code to store and retrieve objects.
Using a JDBC [...]
Archive for the ‘Hibernate’ Category
Why Hibernate instead of direct JDBC ?
June 27th, 2009
yajith 



Posted in


