blaze-persistence
blaze-persistence copied to clipboard
Add support for write only fields for updatable views
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.