Spring Data Commons

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

Packages that use MappingContext
org.springframework.data.mapping.context   
 

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
 void MappingContextAware.setMappingContext(MappingContext<?,?> mappingContext)
          The active MappingContext for the environment.
 

Constructors in org.springframework.data.mapping.context with parameters of type MappingContext
MappingContextAwareBeanPostProcessor(MappingContext<?,?> mappingContext)
           
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.