Spring Data Core

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. 
org.springframework.data.repository.core.support Base classes to implement repositories for various data stores. 
 

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
DefaultTypeMapper(TypeAliasAccessor<S> accessor, MappingContext<? extends PersistentEntity<?,?>,?> mappingContext, List<? extends TypeInformationMapper> additionalMappers)
          Creates a new DefaultTypeMapper using the given TypeAliasAccessor, MappingContext and additional TypeInformationMappers.
MappingContextTypeInformationMapper(MappingContext<? extends PersistentEntity<?,?>,?> mappingContext)
          Creates a MappingContextTypeInformationMapper from the given MappingContext.
 

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.
 

Methods in org.springframework.data.mapping.context with parameters of type MappingContext
 boolean MappingContextEvent.wasEmittedBy(MappingContext<?,?> context)
          Returns whether the MappingContextEvent was triggered by the given MappingContext.
 

Constructors in org.springframework.data.mapping.context with parameters of type MappingContext
MappingContextEvent(MappingContext<?,?> source, E entity)
          Creates a new MappingContextEvent for the given MappingContext and PersistentEntity.
MappingContextIsNewStrategyFactory(MappingContext<? extends PersistentEntity<?,?>,?> context)
          Creates a new MappingContextIsNewStrategyFactory using the given MappingContext.
 

Uses of MappingContext in org.springframework.data.repository.core.support
 

Methods in org.springframework.data.repository.core.support with parameters of type MappingContext
protected  void RepositoryFactoryBeanSupport.setMappingContext(MappingContext<?,?> mappingContext)
          Configures the MappingContext to be used to lookup PersistentEntity instances for RepositoryFactoryBeanSupport.getPersistentEntity().
 


Spring Data Core

Copyright © 2011-2013-2013 Pivotal. All Rights Reserved.