|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MappingContext | |
---|---|
org.springframework.data.mapping.context |
Uses of MappingContext in org.springframework.data.mapping.context |
---|
Classes in org.springframework.data.mapping.context that implement MappingContext | |
---|---|
class |
AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>>
Base class to build mapping metadata and thus create instances of PersistentEntity and
PersistentProperty . |
Methods in org.springframework.data.mapping.context with parameters of type MappingContext | |
---|---|
void |
MappingContextAware.setMappingContext(MappingContext<?,?> mappingContext)
The active MappingContext for the environment. |
Constructors in org.springframework.data.mapping.context with parameters of type MappingContext | |
---|---|
MappingContextAwareBeanPostProcessor(MappingContext<?,?> mappingContext)
|
|
Spring Data Commons | |||||||||
PREV NEXT | FRAMES NO FRAMES |