Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/JavaCourse00/JavaCourseCodes
/ UserMapper
Interface
UserMapper
01jvm/subinterface/UserMapper.java:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
subinterface;
2
3
public
interface
UserMapper extends Mapper<User> {
4
5
@Override
6
void
insert(User user);
7
}
Callers
nothing calls this directly
Implementers
1
UserDAO
01jvm/subinterface/UserDAO.java
Calls
no outgoing calls
Tested by
no test coverage detected