]
Diego Pires Plentz reassigned HHH-2550:
---------------------------------------
Assignee: Diego Pires Plentz
Update API Class in 10.4.3. Criteria queries
--------------------------------------------
Key: HHH-2550
URL:
http://opensource.atlassian.com/projects/hibernate/browse/HHH-2550
Project: Hibernate3
Issue Type: Improvement
Components: documentation
Reporter: Diego Pires Plentz
Assignee: Diego Pires Plentz
Attachments: session_api.xml.other.languages.patch, session_api.xml.patch
In the first example
"crit.add( Expression.eq( "color", eg.Color.BLACK ) );"
Must be
"crit.add( Restrictions.eq( "color", eg.Color.BLACK ) );"
To match javadoc recommendation
"This class is semi-deprecated. Use Restrictions."
http://www.hibernate.org/hib_docs/v3/api/org/hibernate/criterion/Expressi...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: