Spring Data Commons

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

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

Uses of AssociationHandler in org.springframework.data.mapping
 

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

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

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


Spring Data Commons

Copyright © 2011. All Rights Reserved.