Spring Data Commons

Uses of Interface
org.springframework.data.mapping.context.MappingContext

Packages that use MappingContext
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. 
 

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

Copyright © 2012. All Rights Reserved.