Annotation Type AllowUnusedBindings


@Retention(RUNTIME) @Target({TYPE,METHOD}) public @interface AllowUnusedBindings
Suppresses error when bindings are created but never used in the query.
See Also:
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    boolean
     
  • Element Details

    • value

      boolean value
      Default:
      true