Package | Description |
---|---|
org.springframework.data.mapping |
Base package for the mapping subsystem.
|
org.springframework.data.mapping.model |
Core implementation of the mapping subsystem's model.
|
Modifier and Type | Class and Description |
---|---|
class |
TargetAwareIdentifierAccessor
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 to TargetAwareIdentifierAccessor.getRequiredIdentifier() . |
Modifier and Type | Method and Description |
---|---|
IdentifierAccessor |
PersistentEntity.getIdentifierAccessor(Object bean)
Returns the
IdentifierAccessor for the given bean. |
Modifier and Type | Class and Description |
---|---|
class |
IdPropertyIdentifierAccessor
Default implementation of
IdentifierAccessor . |
Modifier and Type | Method and Description |
---|---|
IdentifierAccessor |
BasicPersistentEntity.getIdentifierAccessor(Object bean) |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.