Package org.springframework.data.mapping
Interface SimpleAssociationHandler
public interface SimpleAssociationHandler
Association handler to work with the untyped 
PersistentProperty based Association.- Author:
- Oliver Gierke
- See Also:
- 
Method SummaryModifier and TypeMethodDescriptionvoiddoWithAssociation(Association<? extends PersistentProperty<?>> association) Handle the givenAssociation.
- 
Method Details- 
doWithAssociationHandle the givenAssociation.- Parameters:
- association- will never be null.
 
 
-