Annotation Interface DeleteQuery


@Retention(RUNTIME) @Target({METHOD,ANNOTATION_TYPE}) @Documented @Query(delete=true) public @interface DeleteQuery
Annotation to declare finder delete queries directly on repository methods. Both attributes allow using a placeholder notation of ?0, ?1 and so on.
Since:
1.10
Author:
Fırat KÜÇÜK, Oliver Gierke
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    Takes a MongoDB JSON string to define the actual query to be executed.