类 UpdateExecutable


  • public class UpdateExecutable
    extends Executable
    The executable to update the documents of the mongo database.
    • 构造器概要

      构造器 
      构造器 说明
      UpdateExecutable​(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter, com.fasterxml.jackson.databind.JsonNode update)  
      UpdateExecutable​(java.lang.String name, java.lang.String collectionName, com.fasterxml.jackson.databind.JsonNode filter, com.fasterxml.jackson.databind.JsonNode update, com.fasterxml.jackson.databind.JsonNode options)  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 构造器详细资料

      • UpdateExecutable

        public UpdateExecutable​(java.lang.String name,
                                java.lang.String collectionName,
                                com.fasterxml.jackson.databind.JsonNode filter,
                                com.fasterxml.jackson.databind.JsonNode update,
                                com.fasterxml.jackson.databind.JsonNode options)
      • UpdateExecutable

        public UpdateExecutable​(java.lang.String name,
                                java.lang.String collectionName,
                                com.fasterxml.jackson.databind.JsonNode filter,
                                com.fasterxml.jackson.databind.JsonNode update)