Package | Description |
---|---|
org.springframework.data.mapping.context |
Mapping context API and implementation base classes.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Class and Description |
---|---|
class |
InvalidPersistentPropertyPath
Exception to indicate a source path couldn't be resolved into a
PersistentPropertyPath completely. |
Modifier and Type | Method and Description |
---|---|
default E |
MappingContext.getRequiredPersistentEntity(Class<?> type)
Returns a required
PersistentEntity for the given Class . |
default E |
MappingContext.getRequiredPersistentEntity(P persistentProperty)
Returns the
PersistentEntity mapped by the given PersistentProperty . |
default E |
MappingContext.getRequiredPersistentEntity(TypeInformation<?> type)
Returns a
PersistentEntity for the given TypeInformation . |
Modifier and Type | Method and Description |
---|---|
void |
MutablePersistentEntity.verify()
Callback method to trigger validation of the
PersistentEntity . |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.