Closed
Description
Ziemowit opened DATAMONGO-2428 and commented
Current state:
For now Criteria class allows to build or/and/nor operators in style:
operator(Criteria... c)
Requested change:
Criteria class should allow to build or/and/nor operators also in style (similar as it is possible for in/nin operators):
operator(Collection<Criteria> c)
Reference URL: #811