Spring data的更新使用BeanUtils.copyProperties

經常使用的Spring data的更新思路:spring  先查詢出持久化對象,而後合併properties,再save。工具 BeanUtils.copyProperties(source,targe); targe.setUpdateUserId(userId); targe.setUpdateUserName(userName); targe.
相關文章
相關標籤/搜索