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

Method select

ch4/CommentDao.java:14–14  ·  view source on GitHub ↗
(Integer cno)

Source from the content-addressed store, hash-verified

12 int insert(CommentDto dto) throws Exception;
13 List<CommentDto> selectAll(Integer bno) throws Exception;
14 CommentDto select(Integer cno) throws Exception;
15 int update(CommentDto dto) throws Exception;
16}

Callers

nothing calls this directly

Implementers 2

CommentDaoImplch4/CommentDaoImpl.java
BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected