| Package | Description |
|---|---|
| org.springframework.data.auditing |
General support for entity auditing.
|
| org.springframework.data.convert |
General purpose conversion framework to read objects from a data store abstraction and write it back.
|
| org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
| org.springframework.data.projection |
Projection subsystem.
|
| org.springframework.data.repository.core.support |
Base classes to implement repositories for various data stores.
|
| Constructor and Description |
|---|
AuditingHandler(MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext)
Deprecated.
use
AuditingHandler(PersistentEntities) instead. |
IsNewAwareAuditingHandler(MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> mappingContext)
Deprecated.
use
IsNewAwareAuditingHandler(PersistentEntities) instead. |
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends E,P> |
EntityConverter.getMappingContext()
Returns the underlying
MappingContext used by the converter. |
| Constructor and Description |
|---|
DefaultTypeMapper(TypeAliasAccessor<S> accessor,
MappingContext<? extends PersistentEntity<?,?>,?> mappingContext,
List<? extends TypeInformationMapper> additionalMappers)
Creates a new
DefaultTypeMapper using the given TypeAliasAccessor, MappingContext and
additional TypeInformationMappers. |
DtoInstantiatingConverter(Class<?> dtoType,
MappingContext<? extends PersistentEntity<?,?>,? extends PersistentProperty<?>> context,
EntityInstantiators instantiator)
Create a new
Converter to instantiate DTOs. |
MappingContextTypeInformationMapper(MappingContext<? extends PersistentEntity<?,?>,?> mappingContext)
Creates a
MappingContextTypeInformationMapper from the given MappingContext. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>>
Base class to build mapping metadata and thus create instances of
PersistentEntity and
PersistentProperty. |
| Modifier and Type | Method and Description |
|---|---|
static PersistentEntities |
PersistentEntities.of(MappingContext<?,?>... contexts)
Creates a new
PersistentEntities for the given MappingContexts. |
boolean |
MappingContextEvent.wasEmittedBy(MappingContext<?,?> context)
Returns whether the
MappingContextEvent was triggered by the given MappingContext. |
| Modifier and Type | Method and Description |
|---|---|
<T> Optional<T> |
PersistentEntities.mapOnContext(Class<?> type,
BiFunction<MappingContext<?,? extends PersistentProperty<?>>,PersistentEntity<?,?>,T> combiner)
Executes the given
BiFunction on the given MappingContext and PersistentEntity based on the
given type. |
| Constructor and Description |
|---|
MappingContextEvent(MappingContext<?,?> source,
E entity)
|
| Constructor and Description |
|---|
PersistentEntities(Iterable<? extends MappingContext<?,?>> contexts)
Creates a new
PersistentEntities for the given MappingContexts. |
| Modifier and Type | Method and Description |
|---|---|
static EntityProjectionIntrospector |
EntityProjectionIntrospector.create(ProjectionFactory projectionFactory,
EntityProjectionIntrospector.ProjectionPredicate projectionPredicate,
MappingContext<?,?> mappingContext)
Create a new
EntityProjectionIntrospector given ProjectionFactory, EntityProjectionIntrospector.ProjectionPredicate and
MappingContext. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RepositoryFactoryBeanSupport.setMappingContext(MappingContext<?,?> mappingContext)
Configures the
MappingContext to be used to lookup PersistentEntity instances for
RepositoryFactoryBeanSupport.getPersistentEntity(). |
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.