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

Method deleteAll

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

Source from the content-addressed store, hash-verified

8public interface CommentDao {
9 int count(Integer bno) throws Exception;
10 int deleteAll(Integer bno);
11 int delete(Integer cno, String commenter) throws Exception;
12 int insert(CommentDto dto) throws Exception;
13 List<CommentDto> selectAll(Integer bno) throws Exception;

Callers

nothing calls this directly

Implementers 2

CommentDaoImplch4/CommentDaoImpl.java
BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by

no test coverage detected