Commit 361e497
committed
Docs: Expand glossary with core JPA and Spring Data terms.
As a first-time contributor, I noticed the glossary section had only
9 terms. I've added 5 commonly used JPA and Spring Data terms that
developers frequently encounter:
- EntityManager: JPA interface for persistence operations
- JPQL: Jakarta Persistence Query Language
- Persistence Context: Entity instances managed by EntityManager
- Query Methods: Method name-based query derivation
- Repository: Central interface for CRUD operations
I included Wikipedia links for JPA standard terms to maintain
consistency with the existing style (similar to Dependency Injection).
This is my first contribution to Spring Data JPA. I hope these
additions help developers better understand the terminology. Please
let me know if any changes are needed.
Signed-off-by: Byeongju Ju <[email protected]>
Signed-off-by: GoToBILL <[email protected]>1 parent 32a4286 commit 361e497
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
19 | 29 | | |
20 | 30 | | |
21 | 31 | | |
| |||
0 commit comments