To store data into Database using Hibernate Framework we use the following three methods.
- save
 - persist
 - save or update
 
- serializable save(Object object)
 
- void persist(Object object)
 
The following is the Hibernate application which inserts the data into Database. Here we are using save().
| Program to Insert values into database using Hibernate | 
nice points ..covered..
ReplyDelete