MCPcopy Index your code
hub / github.com/ebean-orm/ebean / UserService

Interface UserService

ebean-spring-txn/src/test/java/org/example/UserService.java:6–19  ·  view source on GitHub ↗

The Interface UserService.

Source from the content-addressed store, hash-verified

4 * The Interface UserService.
5 */
6public interface UserService {
7
8 void save(User user);
9
10 User find(long id);
11
12 User findNoCurrentTransaction(long id);
13
14 void nonTransactional();
15
16 void batchInsert();
17
18 void requiresNew();
19}

Callers 11

testSaveUserMethod · 0.65
saveMethod · 0.65
testFindUserMethod · 0.65
findMethod · 0.65
testNonTransactionalMethod · 0.65
testBatchInsertMethod · 0.65
testRequiresNewMethod · 0.65
batchInsertMethod · 0.65

Implementers 1

UserServiceImplebean-spring-txn/src/test/java/org/exa

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…