Skip to content

Fix typos in JPA Query Methods documentation #3822

New issue

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

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

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

yybmion
Copy link
Contributor

@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
@mp911de mp911de self-assigned this Apr 7, 2025
@mp911de mp911de added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 7, 2025
@mp911de mp911de changed the title Fix : Update JPA Query Methods documentation Fix typos in JPA Query Methods documentation Apr 15, 2025
mp911de pushed a commit that referenced this pull request Apr 15, 2025
Signed-off-by: Yoobin Yoon <113106136+yybmion@users.noreply.github.com>

Closes #3822
@mp911de mp911de closed this in 370fbb5 Apr 15, 2025
mp911de pushed a commit that referenced this pull request Apr 15, 2025
Signed-off-by: Yoobin Yoon <113106136+yybmion@users.noreply.github.com>

Closes #3822
@mp911de mp911de added this to the 3.4.5 (2024.1.5) milestone Apr 15, 2025
@mp911de
Copy link
Member

mp911de commented Apr 15, 2025

Thank you for your contribution. That's merged and backported now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: documentation A documentation update
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants