Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HeadHunterSchool13_HomeWork03_Hibernate #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

NaANic
Copy link

@NaANic NaANic commented Jan 14, 2023

  1. Сделан мерж ветки https://github.com/k-vasiliev/hibernate-homework-2023/tree/embedded-pg-fix с переходом от opentable к testcontainers(из-за проблем с Apple M1);
  2. Оформлены сущности Area, Employer, Resume, Vacancy;
  3. Написаны запросы в EmployerDao, VacancyDao;
  4. save заменен на saveOrUpdate в GenericDao, чтобы мержить состояние employer и его вакансии;
  5. Cделано сохранение состояния работодателя и его вакансий в EmployerService.

Kirill Vasilev and others added 3 commits January 10, 2023 16:16
change embeddedpg to testcontainers
2. Написаны запросы в EmployerDao, VacancyDao;
3. save заменен на saveOrUpdate в GenericDao;
4. Cделано сохранение состояния работодателя и его вакансий в EmployerService.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants