Annotation Type WhereJoinTable


  • @Target({TYPE,METHOD,FIELD})
    @Retention(RUNTIME)
    public @interface WhereJoinTable
    Where clause to add to the collection join table. The clause is written in SQL. Just as with Where, a common use case is for implementing soft-deletes.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String clause
      The where-clause predicate.
    • Element Detail

      • clause

        java.lang.String clause
        The where-clause predicate.