| 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 |
FactoryMethod<T,P extends PersistentProperty<P>>
Value object to encapsulate the factory method to be used when mapping persistent data to objects.
|
class |
PreferredConstructor<T,P extends PersistentProperty<P>>
Value object to encapsulate the constructor to be used when mapping persistent data to objects.
|
| Modifier and Type | Method and Description |
|---|---|
InstanceCreatorMetadata<P> |
PersistentEntity.getInstanceCreatorMetadata()
Returns the
InstanceCreatorMetadata to be used to instantiate objects of this PersistentEntity. |
| Modifier and Type | Method and Description |
|---|---|
InstanceCreatorMetadata<P> |
BasicPersistentEntity.getInstanceCreatorMetadata() |
| Modifier and Type | Method and Description |
|---|---|
Optional<InstanceCreatorMetadata<?>> |
MappingInstantiationException.getEntityCreator()
The entity creator used during the instantiation attempt.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.