|
Spring Data Commons | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
Interface Summary | |
---|---|
MappingContext<E extends PersistentEntity<?,P>,P extends PersistentProperty<P>> | 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. |
MappingContextAware | An interface to make beans aware of the active MappingContext in the current ApplicationContext. |
Class Summary | |
---|---|
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>> | Base class to build mapping metadata and thus create instances of PersistentEntity and
PersistentProperty . |
MappingContextAwareBeanPostProcessor | BeanPostProcessor to make Spring beans aware of the current MappingContext. |
|
Spring Data Commons | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |