Annotation Interface SpelParam


@Target(PARAMETER) @Retention(RUNTIME) @Documented public @interface SpelParam
Annotation to mark a method parameter of a repository method annotated with @Query to be used as SPEL's variable in the query expression. The expression prefix is "#{" and the expression suffix is "}".
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
     
  • Element Details