• Deprecated Classes
    Class
    Description
    Blindly setting entity fields is not recommended. Use Table.modifyIfPresent() instead, unless you have specific requirements.

    Blind updates disrupt query merging mechanism, so you typically won't able to run multiple blind update statements in the same transaction, or interleave them with upserts (Table.save()) and inserts.

    Blind updates also do not update projections because they do not load the entity before performing the update; this can cause projections to be inconsistent with the main entity.