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

Method select

ch4/CommentDaoImpl.java:45–48  ·  view source on GitHub ↗
(Integer cno)

Source from the content-addressed store, hash-verified

43 } // List<E> selectList(String statement)
44
45 @Override
46 public CommentDto select(Integer cno) throws Exception {
47 return session.selectOne(namespace + "select", cno);
48 } // T selectOne(String statement, Object parameter)
49
50 @Override
51 public int update(CommentDto dto) throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected