-
Notifications
You must be signed in to change notification settings - Fork 694
Commit 2092d4f
Encapsulate AOT repository generation model.
Decouple AOT processing as we previously created metadata and generated code. Also, reduce access of implementation modules to their required scope instead of allowing direct modification of the type and method/constructor.
Closes: #3344
Original pull request: #3351 1 parent 6ac5cf8 commit 2092d4f
File tree
14 files changed
+664
-233
lines changed- src
- main/java/org/springframework/data/repository
- aot/generate
- config
- test/java/org/springframework/data/repository
- aot/generate
- config
14 files changed
+664
-233
lines changedsrc/main/java/org/springframework/data/repository/aot/generate/AotRepositoryConstructorBuilder.java
Lines changed: 16 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
15 | 15 |
| |
16 | 16 |
| |
17 | 17 |
| |
18 | + | ||
19 | + | ||
18 | 20 |
| |
19 | - | ||
20 | 21 |
| |
21 | 22 |
| |
22 | 23 |
| |
| |||
41 | 42 |
| |
42 | 43 |
| |
43 | 44 |
| |
44 | - | ||
45 | + | ||
45 | 46 |
| |
46 | 47 |
| |
47 | 48 |
| |
| |||
52 | 53 |
| |
53 | 54 |
| |
54 | 55 |
| |
55 | - | ||
56 | + | ||
57 | + | ||
58 | + | ||
59 | + | ||
60 | + | ||
61 | + | ||
62 | + | ||
63 | + | ||
64 | + | ||
65 | + | ||
66 | + | ||
67 | + | ||
56 | 68 |
| |
57 | 69 |
| |
58 | 70 |
| |
| |||
72 | 84 |
| |
73 | 85 |
| |
74 | 86 |
| |
75 | - | ||
87 | + | ||
76 | 88 |
| |
77 | 89 |
| |
78 | 90 |
| |
|
0 commit comments