social-network/network-data-jooq
Struchkov Mark 9d5df57645
Refactor PersonRepositoryImpl class for better readability
The refactoring simplified the 'insertInto' method within the PersonRepositoryImpl class. Now, instead of transforming the item to a Multi and collecting the last item, it directly finds the person by Id. This change enhances the code's readability and maintainability.
2024-03-09 21:24:59 +03:00
..
src/main/java/dev/struchkov/network/data/jooq Refactor PersonRepositoryImpl class for better readability 2024-03-09 21:24:59 +03:00
pom.xml Add exception handling and database changes 2024-03-09 20:54:23 +03:00