Uses of Interface
org.springframework.data.projection.ProjectionInformation
Packages that use ProjectionInformation
-
Uses of ProjectionInformation in org.springframework.data.projection
Classes in org.springframework.data.projection that implement ProjectionInformationModifier and TypeClassDescriptionprotected static class
Methods in org.springframework.data.projection that return ProjectionInformationModifier and TypeMethodDescriptionprotected ProjectionInformation
SpelAwareProxyProjectionFactory.createProjectionInformation
(Class<?> projectionType) ProjectionFactory.getProjectionInformation
(Class<?> projectionType) Returns theProjectionInformation
for the given projection type.Methods in org.springframework.data.projection with parameters of type ProjectionInformationModifier and TypeMethodDescriptionEntityProjection.ProjectionType.from
(ProjectionInformation information) Obtain theEntityProjection.ProjectionType
from a givenProjectionInformation
.