79795010

Date: 2025-10-20 14:57:18
Score: 0.5
Natty:
Report link

I would like to underline a major feature interface based projections have over DTO projections, interface based projections can hold references toward other projection for nested fields holding other entities, which can't be done using the query and DTO constructor syntax.

One other thing is equality and hash code support that comes using DTO and not when using interfaces

Reasons:
  • No code block (0.5):
Posted by: Youssef NAIT