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

Method searchSelectPage

ch4/BoardDaoImpl.java:68–71  ·  view source on GitHub ↗
(SearchCondition sc)

Source from the content-addressed store, hash-verified

66 } // T selectOne(String statement, Object parameter)
67
68 @Override
69 public List<BoardDto> searchSelectPage(SearchCondition sc) throws Exception {
70 return session.selectList(namespace+"searchSelectPage", sc);
71 } // List<E> selectList(String statement, Object parameter)
72}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected