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 that return types with arguments of type UpdateModel.ByIdModifier and TypeMethodDescriptionstatic <ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>>
Statement<UpdateModel.ById<ID>,?> YqlStatement.update(Class<ENTITY> type, UpdateModel.ById<ID> model) 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) static <ENTITY extends tech.ydb.yoj.repository.db.Entity<ENTITY>,ID extends tech.ydb.yoj.repository.db.Entity.Id<ENTITY>>
Statement<UpdateModel.ById<ID>,?> YqlStatement.update(Class<ENTITY> type, UpdateModel.ById<ID> model) Constructors in tech.ydb.yoj.repository.ydb.statement with parameters of type UpdateModel.ByIdModifierConstructorDescriptionUpdateByIdStatement(Class<ENTITY> type, UpdateModel.ById<ID> model)