DATACOUCH-373 - Adapt to API changes in Spring Data Commons.

Related tickets: DATACMNS-1275.
This commit is contained in:
Oliver Gierke
2018-04-09 14:50:52 +02:00
parent 810e06a4cb
commit b18761b409
3 changed files with 24 additions and 31 deletions

View File

@@ -40,9 +40,9 @@ import org.springframework.data.domain.PageRequest;
import org.springframework.data.domain.Pageable;
import org.springframework.data.domain.Sort;
import org.springframework.data.domain.Sort.Direction;
import org.springframework.data.mapping.PersistentPropertyPath;
import org.springframework.data.mapping.PropertyPath;
import org.springframework.data.mapping.context.MappingContext;
import org.springframework.data.mapping.context.PersistentPropertyPath;
import org.springframework.data.projection.ProjectionFactory;
import org.springframework.data.projection.SpelAwareProxyProjectionFactory;
import org.springframework.data.repository.CrudRepository;