MCPcopy Create free account
hub / github.com/castello/spring_basic / selectAll

Method selectAll

ch4/CommentDaoImpl.java:40–43  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

38 } // int insert(String statement, Object parameter)
39
40 @Override
41 public List<CommentDto> selectAll(Integer bno) throws Exception {
42 return session.selectList(namespace+"selectAll", bno);
43 } // List<E> selectList(String statement)
44
45 @Override
46 public CommentDto select(Integer cno) throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected