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
@yybmion yybmion closed this Mar 25, 2025
@yybmion yybmion deleted the fix-typo-in-document branch March 25, 2025 15:20
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