|
13 | 13 | * See the License for the specific language governing permissions and |
14 | 14 | * limitations under the License. |
15 | 15 | */ |
16 | | -package org.springframework.data.mapping.context; |
| 16 | +package org.springframework.data.projection; |
17 | 17 |
|
18 | 18 | import java.beans.PropertyDescriptor; |
19 | 19 | import java.util.ArrayList; |
|
25 | 25 | import org.springframework.data.mapping.PersistentEntity; |
26 | 26 | import org.springframework.data.mapping.PersistentProperty; |
27 | 27 | import org.springframework.data.mapping.PropertyPath; |
28 | | -import org.springframework.data.mapping.context.EntityProjection.ProjectionType; |
29 | | -import org.springframework.data.projection.ProjectionFactory; |
30 | | -import org.springframework.data.projection.ProjectionInformation; |
| 28 | +import org.springframework.data.projection.EntityProjection.ProjectionType; |
| 29 | +import org.springframework.data.mapping.context.MappingContext; |
31 | 30 | import org.springframework.data.util.ClassTypeInformation; |
32 | 31 | import org.springframework.data.util.TypeInformation; |
33 | 32 | import org.springframework.lang.Nullable; |
@@ -88,7 +87,7 @@ public static EntityProjectionIntrospector create(ProjectionFactory projectionFa |
88 | 87 | * @param mappedType must not be {@literal null}. |
89 | 88 | * @param domainType must not be {@literal null}. |
90 | 89 | * @return the introspection result. |
91 | | - * @see org.springframework.data.mapping.context.EntityProjection.ContainerPropertyProjection |
| 90 | + * @see EntityProjection.ContainerPropertyProjection |
92 | 91 | */ |
93 | 92 | public <M, D> EntityProjection<M, D> introspect(Class<M> mappedType, Class<D> domainType) { |
94 | 93 |
|
|
0 commit comments