Uses of Interface
org.springframework.data.mapping.PropertyHandler
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of PropertyHandler in org.springframework.data.mapping
Modifier and TypeMethodDescriptiondefault void
PersistentEntity.doWithAll
(PropertyHandler<P> handler) Applies the givenPropertyHandler
to both allPersistentProperty
s as well as all inverse properties of allAssociation
s.void
PersistentEntity.doWithProperties
(PropertyHandler<P> handler) -
Uses of PropertyHandler in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionvoid
BasicPersistentEntity.doWithProperties
(PropertyHandler<P> handler)