Skip to content

Latest commit

 

History

History
8 lines (7 loc) · 244 Bytes

File metadata and controls

8 lines (7 loc) · 244 Bytes

Student-Assignment

  1. Created Student POJO class
  2. Create DB and connect to it using Hibernate
  3. Map Objects
  4. Create Question POJO class
  5. Run Queries like insert,update,delete,get by creating functions
  6. Use HQL and Aggregate Queries