Spring Data Commons

Uses of Interface
org.springframework.data.mapping.model.MutablePersistentEntity

Packages that use MutablePersistentEntity
org.springframework.data.mapping.context Mapping context API and implementation base classes. 
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

Uses of MutablePersistentEntity in org.springframework.data.mapping.context
 

Classes in org.springframework.data.mapping.context with type parameters of type MutablePersistentEntity
 class AbstractMappingContext<E extends MutablePersistentEntity<?,P>,P extends PersistentProperty<P>>
          Base class to build mapping metadata and thus create instances of PersistentEntity and PersistentProperty.
 

Uses of MutablePersistentEntity in org.springframework.data.mapping.model
 

Classes in org.springframework.data.mapping.model that implement MutablePersistentEntity
 class BasicPersistentEntity<T,P extends PersistentProperty<P>>
          Simple value object to capture information of PersistentEntitys.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.