You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a DTO property is considered an association, then DtoInstantiatingConverter does not copy these properties using property population.
Typically, associations are discovered from annotations on the entity-side so it is uncommon to identify a DTO property as association unless associations derive from the target type such as AggregateReference in Spring Data JDBC.