Class Changeset
java.lang.Object
tech.ydb.yoj.repository.db.statement.Changeset
Deprecated.
-
Constructor Details
-
Changeset
public Changeset()Deprecated.
-
-
Method Details
-
setField
Deprecated. -
set
Deprecated. -
setAll
Deprecated. -
setAll
Deprecated. -
toMap
Deprecated.
-
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.