Uses of Class
org.springframework.data.mapping.MappingException
Package
Description
Mapping context API and implementation base classes.
Core implementation of the mapping subsystem's model.
-
Uses of MappingException in org.springframework.data.mapping.context
Modifier and TypeClassDescriptionclass
Exception to indicate a source path couldn't be resolved into aPersistentPropertyPath
completely.Modifier and TypeMethodDescriptiondefault E
MappingContext.getRequiredPersistentEntity
(Class<?> type) Returns a requiredPersistentEntity
for the givenClass
.default E
MappingContext.getRequiredPersistentEntity
(TypeInformation<?> type) Returns aPersistentEntity
for the givenTypeInformation
.default E
MappingContext.getRequiredPersistentEntity
(P persistentProperty) Returns thePersistentEntity
mapped by the givenPersistentProperty
. -
Uses of MappingException in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionvoid
MutablePersistentEntity.verify()
Callback method to trigger validation of thePersistentEntity
.