Move EntityProjection from inner class to top-level class.

Original Pull Request: #2420
This commit is contained in:
Mark Paluch
2021-11-30 11:25:43 +01:00
committed by Christoph Strobl
parent 0c80e9fa46
commit 0744580766
3 changed files with 247 additions and 226 deletions

View File

@@ -25,7 +25,6 @@ import java.util.List;
import org.junit.jupiter.api.Test;
import org.springframework.data.mapping.PropertyPath;
import org.springframework.data.mapping.context.EntityProjectionIntrospector.EntityProjection;
import org.springframework.data.mapping.model.SimpleTypeHolder;
import org.springframework.data.projection.SpelAwareProxyProjectionFactory;