We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
지난 회의 결과에 따라
모든 수정, 삭제 로직에 대해서는 생성, 조회 로직 생성 후에 추가하는 방향으로 진행합니다. -> 해당 로직들 전면 삭제
Transactional(readonly = true) 의 경우에는 영속성 객체의 변경감지가 이뤄지지 않기 때문에 DAO 를 참조형태로 노출해도 됩니다. -> 당장 불필요한 DTO 삭제
클라이언트와 pk 를 주고받을 수 있습니다. -> Response 에 Id 값 포함 가능
The text was updated successfully, but these errors were encountered:
hw0603
PPakSang
HyeW
dkdud9261
No branches or pull requests
지난 회의 결과에 따라
모든 수정, 삭제 로직에 대해서는 생성, 조회 로직 생성 후에 추가하는 방향으로 진행합니다.
-> 해당 로직들 전면 삭제
Transactional(readonly = true) 의 경우에는 영속성 객체의 변경감지가 이뤄지지 않기 때문에 DAO 를 참조형태로 노출해도 됩니다.
-> 당장 불필요한 DTO 삭제
클라이언트와 pk 를 주고받을 수 있습니다.
-> Response 에 Id 값 포함 가능
The text was updated successfully, but these errors were encountered: