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

Add support for write only fields for updatable views

Open belovaf opened this issue 1 year ago • 0 comments

More information can be seen in discussion 1822

Sometimes when I update an entity I don't care of its previous field values. In such cases it would be great if I could load an updatable view without fetching its fields from database.

These properties can be naturally expressed by specifying setters and omitting getters.

belovaf avatar Nov 15 '23 21:11 belovaf