Skip to content

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.

@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
@mp911de mp911de closed this in 370fbb5 Apr 15, 2025
mp911de pushed a commit that referenced this pull request Apr 15, 2025
@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