Hibernate is a Java framework that simplifies the development of Java application to interact with the database. It is an open source, lightweight, ORM tool
In this project we have
Pojo class,create,update,retrieve,delete java files
Hibernate Configuration file
Hibernate mapping File
Without any queries, the data is easily stored on database.
It is a java framework it simplifies the development of Java Application to interact with DB.
Hibernate Core Objects:
Configuration
Session Factory
Session
Transaction
Query
Criteria
Steps:
Create a java project.
Upload all hibernate jar files.
Create a Pojo class under src.
Create Hibernate configuration file ex:pojoclassname.hbm.xml under src.
create hibernate mapping file under src.
create crud operation files.
Submitted by Kudikala Chandu (Chandu)
Download packets of source code on Coders Packet
Comments