Spring Data Commons

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

Packages that use AssociationHandler
org.springframework.data.mapping Base package for the mapping subsystem. 
org.springframework.data.mapping.model Core implementation of the mapping subsystem's 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 © 2012. All Rights Reserved.