cdpwest / hibernate-generic-dao

Automatically exported from code.google.com/p/hibernate-generic-dao
0 stars 0 forks source link

BUG: SearchUtil.shallowCopy is missing setDistinct() #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When creating a copy of a search object, the setting for distinct is not 
copied.  Should add the following line to SearchUtil.shallowCopy():

destination.setDistinct(source.isDistinct());

Original issue reported on code.google.com by yowza...@gmail.com on 8 Aug 2009 at 8:04

GoogleCodeExporter commented 8 years ago

Original comment by dwolvert on 11 Aug 2009 at 11:54

GoogleCodeExporter commented 8 years ago
Fixed for 0.5.1

Original comment by dwolvert on 14 Nov 2009 at 3:46