Hibernate

Hibernate is an ORM framework which helps in bridging the gap between Relational world and Object world. Hibernate helps in interacting with your database in an object oriented way. The tables are mapped to class and even concepts like inheritance and polymorphism are handled by Hibernate transparently. 

You can follow the following tutorials in sequence to learn more about this framework. 

No comments:

Post a Comment