Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix : Update JPA Query Methods documentation #3822

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

yybmion
Copy link

@yybmion yybmion commented Mar 25, 2025

Hi team, This PR fixes two typos in the JPA Query Methods documentation.

  1. Corrected "retuning" to "returning" in the section about native queries

.Native query retuning raw column name/value pairs

  1. Fixed inconsistent method name reference where "findAllByAttribute" was incorrectly referred to as "findByAllAttribute" in one instance

If you now invoke `findByAllAttribute(…)` on `ConcreteRepository`, the query becomes `select t from ConcreteType t where t.attribute = ?1`.

Thank you.

Signed-off-by: Yoobin Yoon <113106136+yybmion@users.noreply.github.com>
@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Mar 25, 2025
# for free to join this conversation on GitHub. Already have an account? # 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