| Package | Description |
|---|---|
| org.springframework.data.projection |
Projection subsystem.
|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| org.springframework.data.repository.query |
Support classes to work with query methods.
|
| org.springframework.data.web |
Integration with Spring MVC.
|
| Class and Description |
|---|
| EntityProjection
Descriptor for a top-level mapped type representing a view onto a domain type structure.
|
| EntityProjection.ContainerPropertyProjection
Descriptor for a property-level type along its potential projection that is held within a
Collection-like
or Map-like container. |
| EntityProjection.ProjectionType
Projection type.
|
| EntityProjection.PropertyProjection
Descriptor for a property-level type along its potential projection.
|
| EntityProjectionIntrospector
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.
|
| EntityProjectionIntrospector.ProjectionPredicate
Represents a predicate (boolean-valued function) of a
target type and its underlying
type. |
| ProjectionFactory
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.
|
| ProjectionInformation
Information about a projection type.
|
| Class and Description |
|---|
| ProjectionFactory
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.
|
| Class and Description |
|---|
| ProjectionFactory
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.
|
| Class and Description |
|---|
| MethodInterceptorFactory
SPI to create
MethodInterceptor instances based on the given source object and the target type to produce. |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.