MCPcopy Index your code
hub / github.com/castello/spring_basic / delete

Method delete

ch4/BoardDao.java:9–9  ·  view source on GitHub ↗
(Integer bno, String writer)

Source from the content-addressed store, hash-verified

7public interface BoardDao {
8 BoardDto select(Integer bno) throws Exception;
9 int delete(Integer bno, String writer) throws Exception;
10 int insert(BoardDto dto) throws Exception;
11 int update(BoardDto dto) throws Exception;
12 int increaseViewCnt(Integer bno) throws Exception;

Callers 7

removeMethod · 0.65
removeMethod · 0.65
deleteAllMethod · 0.65
deleteMethod · 0.65
deleteTestMethod · 0.65
deleteAllMethod · 0.65
deleteMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 1

deleteTestMethod · 0.52