HibernateAssignment.docx

Create a new Hibernate Project. Using the HSQLDB create a new entity Student with the following attributes :

id (autogenerated)

firstName

lastName

ssn

Now using hibernate create a new database, do an insert, update, delete and select from it just like we did in the example in the lecture.