Spring Data Commons

Package org.springframework.data.mapping.context

Mapping context API and implementation base classes.

See:
          Description

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. it is used internally to establish associations between entities and also at runtime to obtain entities by name.
PersistentPropertyPath<T extends PersistentProperty<T>> Abstraction of a path of PersistentPropertys.
 

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.
 

Package org.springframework.data.mapping.context Description

Mapping context API and implementation base classes.


Spring Data Commons

Copyright © 2012. All Rights Reserved.