Skip to content

Commit

Permalink
DATAJPA-20 - Fixed invalid JPQL example in reference documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Feb 14, 2011
1 parent 23fd134 commit e5b31d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docbkx/reference/jpa.xml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@

<entry><code>findByAgeOrderByLastnameDesc</code></entry>

<entry><code>… where x.age &gt; ?1 order by x.lastname
<entry><code>… where x.age = ?1 order by x.lastname
desc</code></entry>
</row>

Expand Down

0 comments on commit e5b31d6

Please sign in to comment.