Interface MongoPreparedQuery<E,​R>

    • Method Detail

      • isAggregate

        boolean isAggregate()
        Returns:
        Is aggregation query?
      • getAggregation

        MongoAggregation getAggregation()
        Returns:
        The data to execute the aggregation
      • getFind

        MongoFind getFind()
        Returns:
        The data to execute the find
      • getUpdateMany

        MongoUpdate getUpdateMany()
        Returns:
        The data to execute the update many
      • getDeleteMany

        MongoDelete getDeleteMany()
        Returns:
        The data to execute the delete many