Hibernate Framework

Hibernate Framework

Hibernate framework simplifies the development of java application to interact with the database. Hibernate is an open source, lightweight, ORM (Object Relational Mapping) tool.
It act as a bridge between Objects and relational data base. Hibernate maps objects with relation.An ORM tool simplifies the data creation, data manipulation and data access.
It is a programming technique that maps the object to the data stored in the database.
hibernate tutorial, An introduction to hibernate
The ORM tool internally uses the JDBC API to interact with the database.
SHARE

    Blogger Comment
    Facebook Comment

0 comments :

Post a Comment