| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
MappingContext<? extends E,P> |
EntityConverter.getMappingContext()
Returns the underlying
MappingContext used by the converter. |
| Constructor and Description |
|---|
ConfigurableTypeInformationMapper(MappingContext<? extends PersistentEntity<?,?>,?> mappingContext)
Creates a
ConfigurableTypeInformationMapper from the given MappingContext. |
DefaultTypeMapper(TypeAliasAccessor<S> accessor,
MappingContext<? extends PersistentEntity<?,?>,?> mappingContext,
List<? extends TypeInformationMapper> additionalMappers) |
| 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 |
|---|---|
boolean |
MappingContextEvent.wasEmittedBy(MappingContext<?,?> context)
Returns whether the
MappingContextEvent was triggered by the given MappingContext. |
| Constructor and Description |
|---|
MappingContextEvent(MappingContext<?,?> source,
E entity)
|
Copyright © 2012. All Rights Reserved.