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/support/AbstractMongodbQuery.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/FetchableMongodbQuery.java
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/QuerydslMongoPredicateExecutor.java
+5-8
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,6 @@
39
39
importcom.querydsl.core.types.OrderSpecifier;
40
40
importcom.querydsl.core.types.Predicate;
41
41
importcom.querydsl.core.types.dsl.PathBuilder;
42
-
importcom.querydsl.mongodb.AbstractMongodbQuery;
43
42
44
43
/**
45
44
* MongoDB-specific {@link QuerydslPredicateExecutor} that allows execution {@link Predicate}s in various forms.
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/QuerydslRepositorySupport.java
+2-3
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,6 @@
21
21
importorg.springframework.util.Assert;
22
22
23
23
importcom.querydsl.core.types.EntityPath;
24
-
importcom.querydsl.mongodb.AbstractMongodbQuery;
25
24
26
25
/**
27
26
* Base class to create repository implementations based on Querydsl.
@@ -54,7 +53,7 @@ public QuerydslRepositorySupport(MongoOperations operations) {
Copy file name to clipboardExpand all lines: spring-data-mongodb/src/main/java/org/springframework/data/mongodb/repository/support/SpringDataMongodbQuery.java
0 commit comments