JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
io.github.xezzon.zeroweb.common.domain
UpdateRequest
Contents
Description
Method Summary
Method Details
merge(T)
Hide sidebar
Show sidebar
Interface UpdateRequest<T>
Type Parameters:
T
- 请求体对应的实体类
public interface
UpdateRequest<T>
更新请求的请求体
Author:
xezzon
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
merge
(
T
oldValue)
将更新请求的字段合并到数据库实体中
Method Details
merge
T
merge
(
T
oldValue)
将更新请求的字段合并到数据库实体中
Parameters:
oldValue
- 数据库实体
Returns:
待更新的对象