Uses of Class
org.springframework.data.mapping.PreferredConstructor
Package
Description
Base package for the mapping subsystem.
Core implementation of the mapping subsystem's model.
-
Uses of PreferredConstructor in org.springframework.data.mapping
-
Uses of PreferredConstructor in org.springframework.data.mapping.model
Modifier and TypeMethodDescriptionstatic <T,
P extends PersistentProperty<P>>
PreferredConstructor<T,P> Discovers thePreferredConstructor
for the given type.static <T,
P extends PersistentProperty<P>>
PreferredConstructor<T,P> PreferredConstructorDiscoverer.discover
(PersistentEntity<T, P> entity) Discovers thePreferredConstructorDiscoverer
for the givenPersistentEntity
.BasicPersistentEntity.getPersistenceConstructor()
PersistentEntity.getInstanceCreatorMetadata()
.