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

Interface OrderRepository

tests/fixtures/SpringDI.java:13–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

placeOrderMethod · 0.65
createUserMethod · 0.65
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

no test coverage detected