bgarrels / xpert-framework

Automatically exported from code.google.com/p/xpert-framework
0 stars 0 forks source link

Create possibility to add Restrictions in UniqueFields #125

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Example:

UniqueFields uniqueFields = new UniqueFields(Restriction.isNull("deleteDate"), 
"name");

or:

UniqueFields uniqueFields = new UniqueFields(Restriction.equals("active", 
true), "name");

Original issue reported on code.google.com by ayslanms on 23 Dec 2014 at 8:01

GoogleCodeExporter commented 9 years ago

Original comment by ayslanms on 8 May 2015 at 6:29