Spring Data Commons

Uses of Interface
org.springframework.data.mapping.PropertyHandler

Packages that use PropertyHandler
org.springframework.data.mapping   
org.springframework.data.mapping.model   
 

Uses of PropertyHandler in org.springframework.data.mapping
 

Methods in org.springframework.data.mapping with parameters of type PropertyHandler
 void PersistentEntity.doWithProperties(PropertyHandler<P> handler)
          Applies the given PropertyHandler to all PersistentPropertys contained in this PersistentEntity.
 

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

Methods in org.springframework.data.mapping.model with parameters of type PropertyHandler
 void BasicPersistentEntity.doWithProperties(PropertyHandler<P> handler)
           
 


Spring Data Commons

Copyright © 2011. All Rights Reserved.