Spring Data Commons

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

Packages that use PropertyValueProvider
org.springframework.data.mapping.model Core implementation of the mapping subsystem's model. 
 

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

Constructors in org.springframework.data.mapping.model with parameters of type PropertyValueProvider
PersistentEntityParameterValueProvider(PersistentEntity<?,P> entity, PropertyValueProvider<P> provider, Object parent)
          Creates a new PersistentEntityParameterValueProvider for the given PersistentEntity and PropertyValueProvider.
 


Spring Data Commons

Copyright © 2012. All Rights Reserved.