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
Association
s.- Author:
- Jon Brisbin, Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doWithAssociation
(Association<P> association) Processes the givenAssociation
.
-
Method Details
-
doWithAssociation
Processes the givenAssociation
.- Parameters:
association
-
-