Uses of Interface
org.springframework.data.jdbc.core.mapping.AggregateReference
Packages that use AggregateReference
-
Uses of AggregateReference in org.springframework.data.jdbc.core.mapping
Classes in org.springframework.data.jdbc.core.mapping that implement AggregateReferenceModifier and TypeClassDescriptionstatic classDeprecated, for removal: This API element is subject to removal in a future version.since 3.5.3, will be converted to a package-private class in 4.0 as this class is an implementation detail and should not be used by application code.Methods in org.springframework.data.jdbc.core.mapping that return AggregateReferenceModifier and TypeMethodDescriptionstatic <T,ID> AggregateReference<T, ID> AggregateReference.to(ID id) Creates anAggregateReferencethat refers to the target aggregate root with the given id.