Package org.springframework.data.mapping
Interface SimplePropertyHandler
public interface SimplePropertyHandler
A property handler to work with untyped
PersistentProperty
instances.- Author:
- Oliver Gierke
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doWithPersistentProperty
(PersistentProperty<?> property) Handle the givenPersistentProperty
.
-
Method Details
-
doWithPersistentProperty
Handle the givenPersistentProperty
.- Parameters:
property
- will never be null.
-