File tree 1 file changed +2
-1
lines changed
src/main/java/org/springframework/data/couchbase/repository/query/support
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
/*
2
- * Copyright 2012-2020 the original author or authors
2
+ * Copyright 2012-2022 the original author or authors
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License");
5
5
* you may not use this file except in compliance with the License.
26
26
import org .springframework .data .couchbase .core .convert .CouchbaseConverter ;
27
27
import org .springframework .data .couchbase .core .mapping .CouchbasePersistentEntity ;
28
28
import org .springframework .data .couchbase .core .mapping .CouchbasePersistentProperty ;
29
+ import org .springframework .data .couchbase .core .mapping .Field ;
29
30
import org .springframework .data .couchbase .core .query .N1QLExpression ;
30
31
import org .springframework .data .couchbase .core .query .N1QLQuery ;
31
32
import org .springframework .data .couchbase .repository .query .CouchbaseEntityInformation ;
You can’t perform that action at this time.
0 commit comments