Uses of Package
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.
-
ClassDescriptionDescriptor 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. -
ClassDescriptionA 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.
-
ClassDescriptionA 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.
-
ClassDescriptionSPI to create
MethodInterceptor
instances based on the given source object and the target type to produce.