Skip to content
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

Docs error #1782

Closed
nxj670603005 opened this issue Apr 29, 2024 · 0 comments
Closed

Docs error #1782

nxj670603005 opened this issue Apr 29, 2024 · 0 comments
Assignees
Labels
type: documentation A documentation update

Comments

@nxj670603005
Copy link

Use a SpEL in a query
@Query("SELECT * FROM person WHERE id = :#{person.id}")
Person findWithSpEL(PersonRef person);
should be
@Query("SELECT * FROM person WHERE id = :#{#person.id}")
Person findWithSpEL(PersonRef person);

@spring-projects-issues spring-projects-issues added the status: waiting-for-triage An issue we've not yet triaged label Apr 29, 2024
@schauder schauder self-assigned this Apr 29, 2024
@schauder schauder added type: documentation A documentation update and removed status: waiting-for-triage An issue we've not yet triaged labels Apr 29, 2024
schauder added a commit that referenced this issue Apr 29, 2024
@schauder schauder added this to the 3.2.6 (2023.1.6) milestone Apr 29, 2024
mp911de pushed a commit that referenced this issue Apr 29, 2024
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

No branches or pull requests

3 participants