Spring Data Core

Uses of Package
org.springframework.data.mapping.context

Packages that use org.springframework.data.mapping.context
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. 
 

Classes in org.springframework.data.mapping.context used by org.springframework.data.convert
MappingContext
          This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand. it is used internally to establish associations between entities and also at runtime to obtain entities by name.
 

Classes in org.springframework.data.mapping.context used by org.springframework.data.mapping.context
MappingContext
          This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand. it is used internally to establish associations between entities and also at runtime to obtain entities by name.
PersistentPropertyPath
          Abstraction of a path of PersistentPropertys.
 

Classes in org.springframework.data.mapping.context used by org.springframework.data.repository.core.support
MappingContext
          This interface defines the overall context including all known PersistentEntity instances and methods to obtain instances on demand. it is used internally to establish associations between entities and also at runtime to obtain entities by name.
 


Spring Data Core

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