Class MongoDBConverter.UpdateBuilder

  • Enclosing class:
    MongoDBConverter

    public class MongoDBConverter.UpdateBuilder
    extends Object
    Update list builder to prevent several updates of the same field.

    This happens if two operations act on two fields where one is a prefix of the other.

    Example: Cannot update 'mylist.0.string' and 'mylist' at the same time (error 16837)

    Since:
    5.9.5