]
Diego Pires Plentz resolved HHH-1561.
-------------------------------------
Resolution: Fixed
Fix Version/s: 3.2.5
Missing " in Documentation for H3, Chapter 15.8
-----------------------------------------------
Key: HHH-1561
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-1561
Project: Hibernate3
Issue Type: Bug
Components: documentation
Reporter: Sven Schliesing
Assignee: Diego Pires Plentz
Priority: Trivial
Fix For: 3.2.5
Attachments: HHH-1561.patch
Missing " in the documentation for the Criteria Queries
(
http://www.hibernate.org/hib_docs/v3/reference/en/html/querycriteria.html), 15.8.
.add( Property.forName("weight).gt(avgWeight) )
should be:
.add( Property.forName("weight").gt(avgWeight) )
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: