Square CSS

Hibernate

Hibernate is opensource, lightweight ORM (Object Relational Tool) which implements the specifications of JPA (Java Persistence API). It is a framework which enables Java applications to interact with the database. It helps in mapping the objects to data present in the database.


Topics covered in this section :

No comments:

Post a Comment

Some Algorithms

Algorithm: Tower of Hanoi

Tower of Hanoi consists of three towers called as pegs with n number of rings. Rings are of different size.  Conditions to be fulfill...

Popular Posts