Hibernate


Hibernate
Introduction to Hibernate   Hibernate is a Mapping technique used in JAVA. There are several persistent frameworks such as Java Data Objects, TopLink, Entity Beans, Enterprise JavaBeans, Castor, Hibernate, etc. Hibernate is one of them. Hibernate is an Object-Relational Mapping (ORM). It is an ORM tool that automatically maps your domain object (java classes) to the relational databases.   What is ORM? •    ORM is a data mapping technique. The […]

Introduction to Hibernate