Spring Data Commons

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

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

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

This interface is used internally to establish associations between entities and also at runtime to obtain entities by name

The generic type parameters T & R are used to specify the mapped form of a class (example Table) and property (example Column) respectively.

 


Spring Data Commons

Copyright © 2011. All Rights Reserved.