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 |
---|---|
PreferredConstructor<T,P> |
PersistentEntity.getPersistenceConstructor()
Returns the
PreferredConstructor to be used to instantiate objects of this PersistentEntity . |
Modifier and Type | Method and Description |
---|---|
static <T,P extends PersistentProperty<P>> |
PreferredConstructorDiscoverer.discover(Class<T> type)
Discovers the
PreferredConstructor for the given type. |
static <T,P extends PersistentProperty<P>> |
PreferredConstructorDiscoverer.discover(PersistentEntity<T,P> entity)
Discovers the
PreferredConstructorDiscoverer for the given PersistentEntity . |
PreferredConstructor<T,P> |
BasicPersistentEntity.getPersistenceConstructor() |
Copyright © 2011–2020 Pivotal Software, Inc.. All rights reserved.