You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/query/ConvertingParameterAccessor.java
-6
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@
21
21
importjava.util.Iterator;
22
22
importjava.util.List;
23
23
24
-
importorg.springframework.data.domain.Example;
25
24
importorg.springframework.data.domain.Pageable;
26
25
importorg.springframework.data.domain.Range;
27
26
importorg.springframework.data.domain.Sort;
@@ -133,11 +132,6 @@ public TextCriteria getFullText() {
133
132
returndelegate.getFullText();
134
133
}
135
134
136
-
@Override
137
-
publicExample<?> getSampleObject() {
138
-
returndelegate.getSampleObject();
139
-
}
140
-
141
135
/**
142
136
* Converts the given value with the underlying {@link MongoWriter}.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/query/MongoParameterAccessor.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/query/MongoParametersParameterAccessor.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/query/MongoQueryCreator.java
0 commit comments