What are the advantages of Hibernate?,
May 15, 2009 at 2:57 PM
1. Hibernate is a ORM (Object relational mapping) tool which maps a relational database into persistent object. 2. Allows you to perform database activies without bothering about the Database change. 3. This provides the capability to reduce the number of database hits by creating the batch processing and session cache and second level cache.
View All Comments
| View Tutorial