We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c053f08 commit bd85e9bCopy full SHA for bd85e9b
spring-data-jpa/src/test/java/org/springframework/data/jpa/repository/UserRepositoryTests.java
@@ -56,6 +56,8 @@
56
import org.springframework.dao.InvalidDataAccessApiUsageException;
57
import org.springframework.data.domain.Example;
58
import org.springframework.data.domain.ExampleMatcher;
59
+import org.springframework.data.domain.ExampleMatcher.GenericPropertyMatcher;
60
+import org.springframework.data.domain.ExampleMatcher.StringMatcher;
61
import org.springframework.data.domain.Page;
62
import org.springframework.data.domain.PageImpl;
63
import org.springframework.data.domain.PageRequest;
0 commit comments