(Hibernate) Advanced Java Session 6
Hibernate
What is hibernate :
Hibernate is a Java framework that simplifies
the development of Java application to interact with the database. It is an
open source, lightweight, ORM (Object Relational Mapping) tool. Hibernate
implements the specifications of JPA (Java Persistence API) for data
persistence.
What is JPA?
The javax.persistence package
contains the JPA classes and interfaces.
Advantages of Hibernate Framework
1) Open Source and
Lightweight
2)
Fast Performance
3)
Database Independent Query
4)
Automatic Table Creation
5)
Simplifies Complex Join
Hibernate
Architecture

Comments
Post a Comment