mirror of
https://gitee.com/dromara/easy-es.git
synced 2025-12-06 09:09:13 +08:00
345 B
345 B
set(String column, Object val)
set(boolean condition, String column, Object val)
● SQL SET field
● Example: set(Document::getTitle, "new value")
● Example: set(Document::getTitle, "")--->database field value becomes an empty string
● Example: set(Document::getTitle, null)--->database field value becomes null