Package org.springframework.data.mapping
Interface AssociationHandler<P extends PersistentProperty<P>>
public interface AssociationHandler<P extends PersistentProperty<P>>
Callback interface to implement functionality to be applied to a collection of 
Associations.- Author:
 - Jon Brisbin, Oliver Gierke
 
- 
Method Summary
Modifier and TypeMethodDescriptionvoiddoWithAssociation(Association<P> association) Processes the givenAssociation. 
- 
Method Details
- 
doWithAssociation
Processes the givenAssociation.- Parameters:
 association-
 
 -