Uses of Class
tech.ydb.yoj.repository.ydb.statement.UpdateModel.ById
Packages that use UpdateModel.ById
-
Uses of UpdateModel.ById in tech.ydb.yoj.repository.ydb.statement
Methods in tech.ydb.yoj.repository.ydb.statement with parameters of type UpdateModel.ByIdModifier and TypeMethodDescriptionUpdateByIdStatement.toDebugString(UpdateModel.ById<ID> idById) UpdateByIdStatement.toQueryParameters(UpdateModel.ById<ID> parameters) Constructors in tech.ydb.yoj.repository.ydb.statement with parameters of type UpdateModel.ByIdModifierConstructorDescriptionUpdateByIdStatement(tech.ydb.yoj.repository.db.TableDescriptor<ENTITY> tableDescriptor, tech.ydb.yoj.repository.db.EntitySchema<ENTITY> schema, UpdateModel.ById<ID> model)