Class CollectionAwareProjectionFactory

java.lang.Object
org.springframework.data.projection.SpelAwareProxyProjectionFactory
org.springframework.data.jpa.projection.CollectionAwareProjectionFactory
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, ProjectionFactory

public class CollectionAwareProjectionFactory extends SpelAwareProxyProjectionFactory
A ProjectionFactory considering projections containing collections or maps to be open.
Author:
Jens Schauder, Oliver Gierke