Uses of Class
org.springframework.data.projection.EntityProjection
-
Uses of EntityProjection in org.springframework.data.projection
Modifier and TypeClassDescriptionstatic class
Descriptor for a property-level type along its potential projection that is held within aCollection
-like orMap
-like container.static class
Descriptor for a property-level type along its potential projection.Modifier and TypeMethodDescriptionEntityProjection<?,
?> EntityProjection.findProperty
(String name) Return aEntityProjection
for a property identified byname
.<M,
D> EntityProjection<M, D> EntityProjectionIntrospector.introspect
(Class<M> mappedType, Class<D> domainType) Introspect amapped type
in the context of adomain type
whether the returned type is a projection and what property paths are participating in the projection.static <T> EntityProjection<T,
T> EntityProjection.nonProjecting
(Class<T> type) Create a non-projecting variant of atype
.static <M,
D> EntityProjection<M, D> EntityProjection.nonProjecting
(TypeInformation<M> mappedType, TypeInformation<D> domainType, List<EntityProjection.PropertyProjection<?, ?>> properties) Create a non-projecting variant of a mapped type.static <M,
D> EntityProjection<M, D> EntityProjection.projecting
(TypeInformation<M> mappedType, TypeInformation<D> domainType, List<EntityProjection.PropertyProjection<?, ?>> properties, EntityProjection.ProjectionType projectionType) Create a projecting variant of a mapped type.