MCPcopy
hub / github.com/tirth8205/code-review-graph / findById

Method findById

tests/fixtures/SpringDI.java:15–15  ·  view source on GitHub ↗
(Long id)

Source from the content-addressed store, hash-verified

13public interface OrderRepository {
14 void save(Order order);
15 Order findById(Long id);
16}
17
18// @Repository stereotype — Spring-managed bean

Callers 3

notifyMethod · 0.65
getUserMethod · 0.65

Implementers 3

JpaOrderRepositorytests/fixtures/SpringDI.java
InMemoryRepotests/fixtures/sample_go.go
UserRepositorytests/fixtures/sample_typescript.ts

Calls

no outgoing calls

Tested by 1

notifyMethod · 0.52