DATACMNS-760 - Removed cyclic dependency in Querydsl packages.

Moved @QuerydslPredicate into the non-web-related Querydsl package to avoid a cyclic dependency.
This commit is contained in:
Oliver Gierke
2015-09-01 09:23:04 +02:00
parent ed64dd186e
commit 8c90594e9e
5 changed files with 3 additions and 5 deletions

View File

@@ -33,7 +33,6 @@ import org.springframework.data.querydsl.User;
import org.springframework.data.repository.support.Repositories;
import org.springframework.data.util.ClassTypeInformation;
import org.springframework.data.util.TypeInformation;
import org.springframework.data.web.querydsl.QuerydslPredicate;
import org.springframework.test.util.ReflectionTestUtils;
import org.springframework.web.servlet.ModelAndView;

View File

@@ -32,6 +32,7 @@ import org.springframework.data.querydsl.User;
import org.springframework.data.querydsl.binding.QuerydslBinderCustomizer;
import org.springframework.data.querydsl.binding.QuerydslBindings;
import org.springframework.data.querydsl.binding.QuerydslBindingsFactory;
import org.springframework.data.querydsl.binding.QuerydslPredicate;
import org.springframework.data.querydsl.binding.SingleValueBinding;
import org.springframework.data.util.ClassTypeInformation;
import org.springframework.data.util.TypeInformation;