Skip to content

Add possibility to use Collection<Criteria> as parameter in and/or/nor operators [DATAMONGO-2428] #3286

Closed
@spring-projects-issues

Description

@spring-projects-issues

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

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions