Uses of Enum Class
org.springframework.data.projection.EntityProjection.ProjectionType
-
Uses of EntityProjection.ProjectionType in org.springframework.data.projection
Modifier and TypeMethodDescriptionEntityProjection.ProjectionType.from
(ProjectionInformation information) Obtain theEntityProjection.ProjectionType
from a givenProjectionInformation
.Returns the enum constant of this class with the specified name.static EntityProjection.ProjectionType[]
EntityProjection.ProjectionType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic <M,
D> EntityProjection.ContainerPropertyProjection<M, D> EntityProjection.ContainerPropertyProjection.projecting
(PropertyPath propertyPath, TypeInformation<M> mappedType, TypeInformation<D> domainType, List<EntityProjection.PropertyProjection<?, ?>> properties, EntityProjection.ProjectionType projectionType) Create a 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.static <M,
D> EntityProjection.PropertyProjection<M, D> EntityProjection.PropertyProjection.projecting
(PropertyPath propertyPath, TypeInformation<M> mappedType, TypeInformation<D> domainType, List<EntityProjection.PropertyProjection<?, ?>> properties, EntityProjection.ProjectionType projectionType) Create a projecting variant of a mapped type.