Interface CriteriaDefinition
- All Known Implementing Classes:
AggregationExpressionCriteria
,Criteria
,GridFsCriteria
,TextCriteria
public interface CriteriaDefinition
- Author:
- Oliver Gierke, Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionorg.bson.Document
GetDocument
representation.getKey()
Get the identifying key.
-
Method Details
-
getCriteriaObject
org.bson.Document getCriteriaObject()GetDocument
representation.- Returns:
- never null.
-
getKey
Get the identifying key.- Returns:
- can be null.
- Since:
- 1.6
-