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 Summary
Modifier and TypeMethodDescriptionvoid
doWithAssociation
(Association<? extends PersistentProperty<?>> association) Handle the givenAssociation
.
-
Method Details
-
doWithAssociation
Handle the givenAssociation
.- Parameters:
association
- will never be null.
-