Uses of Package
org.springframework.data.projection
Packages that use org.springframework.data.projection
Package
Description
Projection subsystem.
Base classes to implement repositories for various data stores.
Support classes to work with query methods.
Integration with Spring MVC.
-
Classes in org.springframework.data.projection used by org.springframework.data.projectionClassDescriptionDescriptor for a top-level mapped type representing a view onto a domain type structure.Descriptor for a property-level type along its potential projection that is held within a
Collection
-like orMap
-like container.Projection type.Descriptor for a property-level type along its potential projection.This class is introspects the returned type in the context of a domain type for all reachable properties (w/o cycles) to determine which property paths are subject to projection.Represents a predicate (boolean-valued function) of atarget type
and itsunderlying type
.A factory to create projecting instances for other objects usually used to allow easy creation of representation projections to define which properties of a domain objects shall be exported in which way.Information about a projection type. -
Classes in org.springframework.data.projection used by org.springframework.data.repository.core.supportClassDescriptionA factory to create projecting instances for other objects usually used to allow easy creation of representation projections to define which properties of a domain objects shall be exported in which way.
-
Classes in org.springframework.data.projection used by org.springframework.data.repository.queryClassDescriptionA factory to create projecting instances for other objects usually used to allow easy creation of representation projections to define which properties of a domain objects shall be exported in which way.
-
Classes in org.springframework.data.projection used by org.springframework.data.webClassDescriptionSPI to create
MethodInterceptor
instances based on the given source object and the target type to produce.