]
Christian Robert updated HHH-1561:
----------------------------------
Attachment: HHH-1561.patch
patch added
-Chris
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
Priority: Trivial
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: