Uses of Interface
org.springframework.data.mapping.IdentifierAccessor
Packages that use 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
Classes in org.springframework.data.mapping that implement IdentifierAccessorModifier 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()
.Methods in org.springframework.data.mapping that return IdentifierAccessorModifier and TypeMethodDescriptionPersistentEntity.getIdentifierAccessor
(Object bean) Returns theIdentifierAccessor
for the given bean. -
Uses of IdentifierAccessor in org.springframework.data.mapping.model
Classes in org.springframework.data.mapping.model that implement IdentifierAccessorMethods in org.springframework.data.mapping.model that return IdentifierAccessor