Uses of Interface
org.springframework.data.jdbc.core.mapping.AggregateReference
Packages that use AggregateReference
-
Uses of AggregateReference in org.springframework.data.jdbc.core.mapping
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.