ciroanacleto / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Why setDistinct() return IMutableSearch instead of Search?

GoogleCodeExporter opened this issue · comments

Why com.googlecode.genericdao.search.Search.setDistinct(boolean) returns 
IMutableSearch instead of Search? This causes problems when using method 
chained calls.

Original issue reported on code.google.com by mohs...@gmail.com on 18 Nov 2011 at 5:00

Indeed this is a bug. It should return Search.

Original comment by dwolvert on 19 Nov 2011 at 12:17

  • Changed state: Accepted
  • Added labels: Milestone-Release1.1.1

Original comment by dwolvert on 15 Feb 2013 at 1:55

  • Added labels: Milestone-Release1.2.1
  • Removed labels: Milestone-Release1.1.1

Original comment by dwolvert on 29 Apr 2013 at 2:36

  • Changed state: Fixed