IConstraintsHandler is a leftover from the old days. We can do some of its security checks on the spot inside IncludeMerger when we are assembling ResourceEntity. Let's make this refactoring that would avoid inclusion of attributes and relationships that will later need to be excluded.
IConstraintsHandler
is a leftover from the old days. We can do some of its security checks on the spot insideIncludeMerger
when we are assembling ResourceEntity. Let's make this refactoring that would avoid inclusion of attributes and relationships that will later need to be excluded.