Uses of Class
io.clonecloudstore.common.database.utils.DbUpdate
Packages that use DbUpdate
Package
Description
-
Uses of DbUpdate in io.clonecloudstore.common.database.mongo
Methods in io.clonecloudstore.common.database.mongo with parameters of type DbUpdate -
Uses of DbUpdate in io.clonecloudstore.common.database.postgre
Methods in io.clonecloudstore.common.database.postgre with parameters of type DbUpdateModifier and TypeMethodDescriptionstatic Object[]
PostgreSqlHelper.getUpdateParamsAsArray
(DbUpdate update, DbQuery query) long
static String
Usable in Panache update with getUpdateParamsAsArray() -
Uses of DbUpdate in io.clonecloudstore.common.database.utils
Methods in io.clonecloudstore.common.database.utils that return DbUpdateModifier and TypeMethodDescriptionAdd one value to a set field (or array for Postgre)Add one value to a field SetDbUpdate.setArray
(String field, String value, Collection<String> oldValues) Set a collection of values plus one to a field arrayMethods in io.clonecloudstore.common.database.utils with parameters of type DbUpdate