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

Method selectPage

ch4/BoardDaoImpl.java:46–49  ·  view source on GitHub ↗
(Map map)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected