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

Method select

ch4/BoardDaoImpl.java:42–44  ·  view source on GitHub ↗
(Integer bno)

Source from the content-addressed store, hash-verified

40 } // List<E> selectList(String statement)
41
42 public BoardDto select(Integer bno) throws Exception {
43 return session.selectOne(namespace + "select", bno);
44 } // T selectOne(String statement, Object parameter)
45
46 @Override
47 public List<BoardDto> selectPage(Map map) throws Exception {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected