[2단계 - JDBC 라이브러리 구현하기] 페드로(류형욱) 미션 제출합니다. #763
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
안녕하세요 우주! 오랜만에 다시 요청드리는 것 같네요😁
이번 단계에서는
RowMapper
를 인터페이스로 추출하고,PreparedStatementSetter
를 도입하여 DAO단에서는 쿼리 문자열을 생성하고 파라미터의 순서에 맞게 메서드 인자 순서를 맞춰 호출만 하면 동작할 수 있도록 리팩토링 해 봤어요.사실 학습 테스트의 양이 더 많네요ㅎㅎ 이번 리뷰도 잘 부탁드려요!