mandragorasster / hibernate-generic-dao

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

Filter toString missing operator #35

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Into the Filter class the method toString is missing operators:

OP_NULL = 10
OP_NOT_NULL = 11,
OP_EMPTY = 12
OP_NOT_EMPTY = 13;

Original issue reported on code.google.com by terciofi...@gmail.com on 17 Jun 2009 at 9:51

GoogleCodeExporter commented 8 years ago
Fixed for 0.5.1

Original comment by dwolvert on 17 Jun 2009 at 11:41