1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 | package global.sesoc.test.dao; import java.util.List; import java.util.Map; import global.sesoc.test.vo.BookReview; public interface BookReviewMapper { public List<BookReview> reviewList() throws Exception; public int reviewWrite(BookReview bookReview) throws Exception; public int reviewDelete(int seq) throws Exception; } | cs |
'Spring' 카테고리의 다른 글
mybatis-config.xml (0) | 2019.02.24 |
---|---|
ReviewMapper.xml (0) | 2019.02.24 |
BookReviewDAO (0) | 2019.02.24 |
BookReviewController (0) | 2019.02.24 |
2019.02.21. 이벤트 (0) | 2019.02.21 |
댓글