注释类型 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.
    作者:
    Emmanuel Bernard
    • 必需元素概要

      所需元素 
      修饰符和类型 必需的元素 说明
      String clause
      The where-clause predicate.
    • 元素详细资料

      • clause

        String clause
        The where-clause predicate.