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

Method select

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

Source from the content-addressed store, hash-verified

6
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;

Callers 7

readMethod · 0.65
readMethod · 0.65
removeMethod · 0.65
writeMethod · 0.65
selectTestMethod · 0.65
updateTestMethod · 0.65
increaseViewCntTestMethod · 0.65

Implementers 1

BoardDaoImplch4/BoardDaoImpl.java

Calls

no outgoing calls

Tested by 5

removeMethod · 0.52
writeMethod · 0.52
selectTestMethod · 0.52
updateTestMethod · 0.52
increaseViewCntTestMethod · 0.52