Spring Data Commons

org.springframework.data.mapping.context
Interface MappingContextAware


public interface MappingContextAware

An interface to make beans aware of the active MappingContext in the current ApplicationContext.

Author:
Jon Brisbin

Method Summary
 void setMappingContext(MappingContext<?,?> mappingContext)
          The active MappingContext for the environment.
 

Method Detail

setMappingContext

void setMappingContext(MappingContext<?,?> mappingContext)
The active MappingContext for the environment.

Parameters:
mappingContext -

Spring Data Commons

Copyright © 2011. All Rights Reserved.