Spring Data Core

org.springframework.data.mapping
Interface SimpleAssociationHandler


public interface SimpleAssociationHandler

Association handler to work with the untyped PersistentProperty based Association.

Author:
Oliver Gierke
See Also:
PropertyHandler

Method Summary
 void doWithAssociation(Association<? extends PersistentProperty<?>> association)
          Handle the given Association.
 

Method Detail

doWithAssociation

void doWithAssociation(Association<? extends PersistentProperty<?>> association)
Handle the given Association.

Parameters:
association - will never be null.

Spring Data Core

Copyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.