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 Details

    • doWithAssociation

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