[hibernate-issues] [Hibernate-JIRA] Closed: (HHH-1224) Problems with comparator class

Steve Ebersole (JIRA) noreply at atlassian.com
Mon Mar 21 13:01:14 EDT 2011


     [ http://opensource.atlassian.com/projects/hibernate/browse/HHH-1224?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Steve Ebersole closed HHH-1224.
-------------------------------


Closing stale resolved issues

> Problems with comparator class
> ------------------------------
>
>                 Key: HHH-1224
>                 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH-1224
>             Project: Hibernate Core
>          Issue Type: Bug
>    Affects Versions: 3.1 rc3
>         Environment: MSSQL
>            Reporter: Zoran Bogatinoski
>
> The class org.hibernate.mapping.collection, the method getComparator has a bug. The first line:
> if(comparator!=null && comparatorClassName!=null) {
> ... should be:
> if(comparator==null && comparatorClassName!=null) {
> Kind Regards,
> Zoran Bogatinoski

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the hibernate-issues mailing list