Spring Data Commons

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
 void doWithAssociation(Association<P> association)
          Processes the given Association.
 

Method Detail

doWithAssociation

void doWithAssociation(Association<P> association)
Processes the given Association.

Parameters:
association -

Spring Data Commons

Copyright © 2012. All Rights Reserved.