Skip to content

Commit ef22b3d

Browse files
committed
Handle Collection<> parameters to repository query methods. (#1271)
Closes #1270. Co-authored-by: mikereiche <[email protected]>
1 parent 00e05e4 commit ef22b3d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/main/java/org/springframework/data/couchbase/core/query/QueryCriteria.java

+3
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
import java.util.Locale;
2626

2727
import org.springframework.data.couchbase.core.convert.CouchbaseConverter;
28+
import org.springframework.data.couchbase.core.mapping.CouchbaseDocument;
29+
import org.springframework.data.couchbase.core.mapping.CouchbaseList;
2830
import org.springframework.lang.Nullable;
2931
import org.springframework.util.CollectionUtils;
3032

@@ -33,6 +35,7 @@
3335
import com.couchbase.client.java.json.JsonArray;
3436
import com.couchbase.client.java.json.JsonObject;
3537
import com.couchbase.client.java.json.JsonValue;
38+
import org.springframework.util.CollectionUtils;
3639

3740
/**
3841
* @author Michael Nitschinger

0 commit comments

Comments
 (0)