The various FindAnd<Something>Operations share the following fields:
private BsonDocument filter; private BsonDocument projection; private BsonDocument sort; private Collation collation; private Bson hint; private String hintString; private BsonValue comment;
These can be DRY'd up into the abstract base class.
- is duplicated by
-
JAVA-4543 Move duplicated fields into BaseFindAndModifyOperation
- Closed