| 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 | Method and Description |
|---|---|
Optional<PreferredConstructor<T,P>> |
PersistentEntity.getPersistenceConstructor()
Returns the
PreferredConstructor to be used to instantiate objects of this PersistentEntity. |
| Modifier and Type | Method and Description |
|---|---|
Optional<PreferredConstructor<T,P>> |
PreferredConstructorDiscoverer.getConstructor()
Returns the discovered
PreferredConstructor. |
Optional<PreferredConstructor<T,P>> |
BasicPersistentEntity.getPersistenceConstructor() |
Copyright © 2011-2016–2017 Pivotal Software, Inc.. All rights reserved.