Skip to content

Conversation

@GoToBILL
Copy link
Contributor

@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.

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Dec 4, 2025
@GoToBILL GoToBILL changed the title Docs: Expand glossary with core JPA and Spring Data terms. Expand glossary with core JPA and Spring Data terms. Dec 17, 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.

Signed-off-by: Byungju Ju <wnqudwnrlrl@naver.com>
@GoToBILL GoToBILL force-pushed the docs/expand-glossary-jpa-terms branch from 361e497 to 27d07af Compare December 17, 2025 04:48
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