MCPcopy Index your code
hub / github.com/castello/spring_basic / getList

Method getList

ch4/CommentServiceImpl.java:49–53  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

47 }
48
49 @Override
50 public List<CommentDto> getList(Integer bno) throws Exception {
51// throw new Exception("test");
52 return commentDao.selectAll(bno);
53 }
54
55 @Override
56 public CommentDto read(Integer cno) throws Exception {

Callers

nothing calls this directly

Calls 1

selectAllMethod · 0.65

Tested by

no test coverage detected