Skip to content

Commit 14da258

Browse files
committed
Adapt to changes in entity creation metadata APIs in Spring Data Commons.
1 parent b64a131 commit 14da258

File tree

2 files changed

+1
-99
lines changed

2 files changed

+1
-99
lines changed

src/main/java/org/springframework/data/redis/repository/support/DtoInstantiatingConverter.java

Lines changed: 0 additions & 99 deletions
This file was deleted.

src/main/java/org/springframework/data/redis/repository/support/QueryByExampleRedisExecutor.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@
2828
import org.springframework.beans.factory.BeanFactory;
2929
import org.springframework.beans.factory.BeanFactoryAware;
3030
import org.springframework.dao.IncorrectResultSizeDataAccessException;
31+
import org.springframework.data.convert.DtoInstantiatingConverter;
3132
import org.springframework.data.domain.Example;
3233
import org.springframework.data.domain.Page;
3334
import org.springframework.data.domain.PageRequest;

0 commit comments

Comments
 (0)