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

Reference documentation shows invalid JPQL in example [DATAJPA-20] #459

Closed
spring-projects-issues opened this issue Feb 10, 2011 · 0 comments
Assignees
Labels
type: documentation A documentation update type: enhancement A general enhancement
Milestone

Comments

@spring-projects-issues
Copy link

Oliver Drotbohm opened DATAJPA-20 and commented

The keyword reference in the Query creation section of the reference documentation shows an invalid sample query for the OrderBy clause:

... where x.age > ?1 order by x.lastname desc

should be

... where x.age = ?1 order by x.lastname desc

http://static.springsource.org/spring-data/data-jpa/docs/1.0.0.M1/reference/html/#jpa.query-methods.query-creation


Affects: 1.0 M1

Attachments:

Referenced from: commits e5b31d6

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

No branches or pull requests

2 participants