Uses of Interface
org.springframework.data.mapping.SimplePropertyHandler
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of SimplePropertyHandler in org.springframework.data.mapping
Modifier and TypeMethodDescriptionvoid
PersistentEntity.doWithProperties
(SimplePropertyHandler handler) Applies the givenSimplePropertyHandler
to allPersistentProperty
s contained in thisPersistentEntity
. -
Uses of SimplePropertyHandler in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionvoid
BasicPersistentEntity.doWithProperties
(SimplePropertyHandler handler)