blaze-persistence icon indicating copy to clipboard operation
blaze-persistence copied to clipboard

Exclude Certain Attributes in View

Open morphace opened this issue 8 months ago • 0 comments

Hi,

Is there a possibility to explicitly exclude the fetching of certain attributes in the views (@EntityView)?

The background of my question is that I have different views for different purposes that implement different interfaces, but stem from the same entity class. For optimisation purposes, in some cases, I'd like to avoid the fetching of certain related entities, which would otherwise be fetched, as the interface defines it.

Kind regards, Markus

morphace avatar Jun 24 '24 16:06 morphace