Skip to content

Conversation

@GoToBILL
Copy link

@GoToBILL GoToBILL commented Dec 4, 2025

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.

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]>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

status: waiting-for-triage An issue we've not yet triaged

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants