MCPcopy Index your code
hub / github.com/wyouflf/xUtils3 / replace

Method replace

xutils/src/main/java/org/xutils/DbManager.java:48–48  ·  view source on GitHub ↗

保存或更新实体类或实体类的List到数据库, 根据id和其他唯一索引判断数据是否存在.

(Object entity)

Source from the content-addressed store, hash-verified

46 * 保存或更新实体类或实体类的List到数据库, 根据id和其他唯一索引判断数据是否存在.
47 */
48 void replace(Object entity) throws DbException;
49
50 ///////////// delete
51 void deleteById(Class<?> entityType, Object idValue) throws DbException;

Callers 7

putMethod · 0.65
commitDiskCacheFileMethod · 0.65
getInputStreamMethod · 0.65
getResIdMethod · 0.65
addMethod · 0.65
convert2SafeExprMethod · 0.65

Implementers 1

DbBasexutils/src/main/java/org/xutils/db/tab

Calls

no outgoing calls

Tested by

no test coverage detected