Hexagonal Architecture, Clean Architecture가 뜨면서 JAVA와 Python에도 어플리케이션의 Repository, Entity 정의가 필요해지고 있다. Git 주소 : https://github.com/armyost/jpaJoinSample GitHub - armyost/jpaJoinSample Contribute to armyost/jpaJoinSample development by creating an account on GitHub. github.com JPA는 Entity, Repository가 필요하다. Repository는 일종의 Entity에 대한 연산을 위한 인터페이스 이다. JPA가 필요한 이유는.. 요즘에는 워낙 다양한 데이터저장소가 있다보니 다양한 타..