Interface CriteriaDefinition

All Known Implementing Classes:
AggregationExpressionCriteria, Criteria, GridFsCriteria, TextCriteria

public interface CriteriaDefinition
Author:
Oliver Gierke, Christoph Strobl
  • Method Summary

    Modifier and Type
    Method
    Description
    org.bson.Document
    Get Document representation.
    Get the identifying key.
  • Method Details

    • getCriteriaObject

      org.bson.Document getCriteriaObject()
      Get Document representation.
      Returns:
      never null.
    • getKey

      @Nullable String getKey()
      Get the identifying key.
      Returns:
      can be null.
      Since:
      1.6