All Methods Instance Methods Concrete Methods 
| Modifier and Type | Method and Description | 
| <T> MongoDBUpdate | addToSet(EntityMapper.HasFieldName f0,
        EntityMapper.HasFieldName f1,
        EntityMapper.HasFieldName f2,
        EntityMapper.Field<Collection<T>> f3,
        T value) | 
| <T> MongoDBUpdate | addToSet(EntityMapper.HasFieldName f0,
        EntityMapper.HasFieldName f1,
        EntityMapper.Field<Collection<T>> f2,
        T value) | 
| <T> MongoDBUpdate | addToSet(EntityMapper.HasFieldName f0,
        EntityMapper.Field<Collection<T>> f1,
        T value) | 
| <T> MongoDBUpdate | addToSet(EntityMapper.Field<Collection<T>> f0,
        T value) | 
| <T> MongoDBUpdate | inc(EntityMapper.HasFieldName f0,
   EntityMapper.HasFieldName f1,
   EntityMapper.HasFieldName f2,
   EntityMapper.Field<Collection<T>> f3,
   T value) | 
| <T> MongoDBUpdate | inc(EntityMapper.HasFieldName f0,
   EntityMapper.HasFieldName f1,
   EntityMapper.Field<Collection<T>> f2,
   T value) | 
| <T> MongoDBUpdate | inc(EntityMapper.HasFieldName f0,
   EntityMapper.Field<Collection<T>> f1,
   T value) | 
| <T> MongoDBUpdate | inc(EntityMapper.Field<Collection<T>> f0,
   T value) | 
| <T> MongoDBUpdate | popFirst(EntityMapper.HasFieldName f0,
        EntityMapper.HasFieldName f1,
        EntityMapper.HasFieldName f2,
        EntityMapper.Field<Collection<T>> f3) | 
| <T> MongoDBUpdate | popFirst(EntityMapper.HasFieldName f0,
        EntityMapper.HasFieldName f1,
        EntityMapper.Field<Collection<T>> f2) | 
| <T> MongoDBUpdate | popFirst(EntityMapper.HasFieldName f0,
        EntityMapper.Field<Collection<T>> f1) | 
| <T> MongoDBUpdate | popFirst(EntityMapper.Field<Collection<T>> f0) | 
| <T> MongoDBUpdate | popLast(EntityMapper.HasFieldName f0,
       EntityMapper.HasFieldName f1,
       EntityMapper.HasFieldName f2,
       EntityMapper.Field<Collection<T>> f3) | 
| <T> MongoDBUpdate | popLast(EntityMapper.HasFieldName f0,
       EntityMapper.HasFieldName f1,
       EntityMapper.Field<Collection<T>> f2) | 
| <T> MongoDBUpdate | popLast(EntityMapper.HasFieldName f0,
       EntityMapper.Field<Collection<T>> f1) | 
| <T> MongoDBUpdate | popLast(EntityMapper.Field<Collection<T>> f0) | 
| <T> MongoDBUpdate | pull(EntityMapper.HasFieldName f0,
    EntityMapper.HasFieldName f1,
    EntityMapper.HasFieldName f2,
    EntityMapper.Field<Collection<T>> f3,
    T value) | 
| <T> MongoDBUpdate | pull(EntityMapper.HasFieldName f0,
    EntityMapper.HasFieldName f1,
    EntityMapper.Field<Collection<T>> f2,
    T value) | 
| <T> MongoDBUpdate | pull(EntityMapper.HasFieldName f0,
    EntityMapper.Field<Collection<T>> f1,
    T value) | 
| <T> MongoDBUpdate | pull(EntityMapper.Field<Collection<T>> f0,
    MongoDBQuery mongoDBQuery)Removes all occurrences of value from a field, if field is an array. | 
| <T> MongoDBUpdate | pull(EntityMapper.Field<Collection<T>> f0,
    T value) | 
| <T> MongoDBUpdate | push(EntityMapper.HasFieldName f0,
    EntityMapper.HasFieldName f1,
    EntityMapper.HasFieldName f2,
    EntityMapper.Field<Collection<T>> f3,
    T value) | 
| <T> MongoDBUpdate | push(EntityMapper.HasFieldName f0,
    EntityMapper.HasFieldName f1,
    EntityMapper.Field<Collection<T>> f2,
    T value) | 
| <T> MongoDBUpdate | push(EntityMapper.HasFieldName f0,
    EntityMapper.Field<Collection<T>> f1,
    T value) | 
| <T> MongoDBUpdate | push(EntityMapper.Field<Collection<T>> f0,
    T value) | 
| <T> MongoDBUpdate | pushAll(EntityMapper.HasFieldName f0,
       EntityMapper.HasFieldName f1,
       EntityMapper.HasFieldName f2,
       EntityMapper.Field<Collection<T>> f3,
       Collection<T> values) | 
| <T> MongoDBUpdate | pushAll(EntityMapper.HasFieldName f0,
       EntityMapper.HasFieldName f1,
       EntityMapper.Field<Collection<T>> f2,
       Collection<T> values) | 
| <T> MongoDBUpdate | pushAll(EntityMapper.HasFieldName f0,
       EntityMapper.Field<Collection<T>> f1,
       Collection<T> values) | 
| <T> MongoDBUpdate | pushAll(EntityMapper.Field<Collection<T>> f0,
       Collection<T> values) | 
| <T> MongoDBUpdate | set(EntityMapper.HasFieldName f0,
   EntityMapper.HasFieldName f1,
   EntityMapper.HasFieldName f2,
   EntityMapper.Field<T> f3,
   T value) | 
| <T> MongoDBUpdate | set(EntityMapper.HasFieldName f0,
   EntityMapper.HasFieldName f1,
   EntityMapper.Field<T> f2,
   T value) | 
| <T> MongoDBUpdate | set(EntityMapper.HasFieldName f0,
   EntityMapper.Field<T> f1,
   T value) | 
| <T> MongoDBUpdate | set(EntityMapper.Field<T> f0,
   T value) | 
| <E> MongoDBUpdate | setAllExcept(EntityMapper<E> mapper,
            E entity,
            EntityMapper.Field<?>... fields) | 
| <T> MongoDBUpdate | setRaw(String fieldName,
      Mapper<T> mapper,
      T value) | 
| <T> MongoDBUpdate | setRaw(String fieldName,
      T value) | 
| com.mongodb.DBObject | toDBObject() | 
| String | toString() | 
| MongoDBUpdate | unset(EntityMapper.Field<?>... fs) |