Spring Data Commons

Package org.springframework.data.mapping.model

Interface Summary
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.

PersistentEntity<T> Represents a persistent entity
PersistentProperty  
PreferredConstructor.ParameterValueProvider  
 

Class Summary
Association  
MappingConfigurationException  
PreferredConstructor<T>  
PreferredConstructor.Parameter  
 

Exception Summary
IllegalMappingException Thrown when an error occurs reading the mapping between object and datastore
MappingException  
MappingInstantiationException  
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.