Spring Data Commons

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. 
 

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.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.