|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingContext | |
---|---|
org.springframework.data.convert | |
org.springframework.data.mapping.context |
Uses of MappingContext in org.springframework.data.convert |
---|
Methods in org.springframework.data.convert that return MappingContext | |
---|---|
MappingContext<? extends E,P> |
EntityConverter.getMappingContext()
Returns the underlying MappingContext used by the converter. |
Constructors in org.springframework.data.convert with parameters of type MappingContext | |
---|---|
ConfigurableTypeInformationMapper(MappingContext<? extends PersistentEntity<?,?>,?> mappingContext)
Creates a ConfigurableTypeInformationMapper from the given MappingContext . |
|
DefaultTypeMapper(TypeAliasAccessor<S> accessor,
MappingContext<? extends PersistentEntity<?,?>,?> mappingContext,
List<? extends TypeInformationMapper> additionalMappers)
|
Uses of MappingContext in org.springframework.data.mapping.context |
---|
Classes in org.springframework.data.mapping.context that implement MappingContext | |
---|---|
class |
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>>
Base class to build mapping metadata and thus create instances of PersistentEntity and
PersistentProperty . |
|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |