Class EntityProjection.ContainerPropertyProjection<M,D>

java.lang.Object
org.springframework.data.projection.EntityProjection<M,D>
org.springframework.data.projection.EntityProjection.PropertyProjection<M,D>
org.springframework.data.projection.EntityProjection.ContainerPropertyProjection<M,D>
Type Parameters:
M - the mapped type acting as view onto the domain type.
D - the domain type.
All Implemented Interfaces:
Iterable<EntityProjection.PropertyProjection<?,?>>, Supplier<Stream<EntityProjection.PropertyProjection<?,?>>>, Streamable<EntityProjection.PropertyProjection<?,?>>
Enclosing class:
EntityProjection<M,D>

public static class EntityProjection.ContainerPropertyProjection<M,D> extends EntityProjection.PropertyProjection<M,D>
Descriptor for a property-level type along its potential projection that is held within a Collection-like or Map-like container. Property paths within containers use the deeply unwrapped actual type of the container as root type and as they cannot be tied immediately to the root entity.