Home task #17

  1. Git repo
  2. README file with rules from lecture
  3. create new maven/gradle project
  4. Create 2 POJO classes with 1 to 1 relation
  5. Create DB schema for classes from #4
  6. Add JPA + hibernate libs to project
  7. Configure POJO mapping with JPA annotations
  8. Create CRUD DAO (use EntityManager) for POJOs
  9. Tests