クラス EntityProjection.ContainerPropertyProjection<M, D>

java.lang.ObjectSE
org.springframework.data.projection.EntityProjection<M,D>
org.springframework.data.projection.EntityProjection.PropertyProjection<M,D>
org.springframework.data.projection.EntityProjection.ContainerPropertyProjection<M,D>
型パラメーター:
M - ドメイン型のビューとして機能するマップされた型。
D - ドメイン型。
実装されたすべてのインターフェース:
IterableSE<EntityProjection.PropertyProjection<?,?>>SupplierSE<StreamSE<EntityProjection.PropertyProjection<?,?>>>Streamable<EntityProjection.PropertyProjection<?,?>>
含まれているクラス:
EntityProjection<M,D>

public static class EntityProjection.ContainerPropertyProjection<M,D> extends EntityProjection.PropertyProjection<M,D>
CollectionSE -like または MapSE -like コンテナー内に保持されている、潜在的な射影に沿ったプロパティレベルの型の記述子。コンテナー内のプロパティパスは、深くラップされていない実際の型のコンテナーをルート型として使用し、ルートエンティティにすぐに関連付けることはできないためです。