Uses of Interface
org.springframework.data.mapping.IdentifierAccessor
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of IdentifierAccessor in org.springframework.data.mapping
Modifier and TypeClassDescriptionclass
IdentifierAccessor
that is aware of the target bean to obtain the identifier from so that it can generate a more meaningful exception in case of an absent identifier and a call toTargetAwareIdentifierAccessor.getRequiredIdentifier()
.Modifier and TypeMethodDescriptionPersistentEntity.getIdentifierAccessor
(Object bean) Returns theIdentifierAccessor
for the given bean. -
Uses of IdentifierAccessor in org.springframework.data.mapping.model