Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/castello/spring_basic
/ read
Method
read
ch4/CommentServiceImpl.java:55–58 ·
view source on GitHub ↗
(Integer cno)
Source
from the content-addressed store, hash-verified
53
}
54
55
@Override
56
public
CommentDto read(Integer cno) throws Exception {
57
return
commentDao.select(cno);
58
}
59
60
@Override
61
public
int
modify(CommentDto commentDto) throws Exception {
Callers
nothing calls this directly
Calls
1
select
Method · 0.65
Tested by
no test coverage detected