Annotation Type MongoDeleteQuery
-
@Retention(RUNTIME) @Target(METHOD) @Documented @Inherited public @interface MongoDeleteQuery
Defines a custom MongoDB delete query.- Since:
- 3.3.0
- Author:
- Denis Stepanov
-
-
Element Detail
-
value
@AliasFor(member="value", annotation=MongoFilter.class) java.lang.String value
The custom MongoDB filter.- Returns:
- The filter value
- Default:
- ""
-
-
-
filter
@AliasFor(member="value", annotation=MongoFilter.class) java.lang.String filter
The custom MongoDB filter.- Returns:
- The filter value
- Default:
- ""
-
-
-
collation
@AliasFor(member="value", annotation=MongoCollation.class) java.lang.String collation
The custom collation represented in JSON.- Returns:
- The collation
- Default:
- ""
-
-