We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef31af0 commit 1f46986Copy full SHA for 1f46986
src/main/java/org/springframework/data/couchbase/repository/query/support/N1qlUtils.java
@@ -26,6 +26,7 @@
26
import org.springframework.data.couchbase.core.convert.CouchbaseConverter;
27
import org.springframework.data.couchbase.core.mapping.CouchbasePersistentEntity;
28
import org.springframework.data.couchbase.core.mapping.CouchbasePersistentProperty;
29
+import org.springframework.data.couchbase.core.mapping.Field;
30
import org.springframework.data.couchbase.core.query.N1QLExpression;
31
import org.springframework.data.couchbase.core.query.N1QLQuery;
32
import org.springframework.data.couchbase.repository.query.CouchbaseEntityInformation;
0 commit comments