Annotation Interface SqlJoin


JoinType
版本:
1.0
作者:
Jovi
  • 元素详细资料

    • value

      String[] value
      列字段名称
      返回:
      默认值:
      {""}
    • isBean

      @Deprecated boolean isBean
      已过时。
      是否为一个实体类(已不需要显性标识)
      返回:
      默认值:
      false
    • type

      JoinType type
      连接类型
      返回:
      默认值:
      INNER_JOIN
    • schema

      String schema
      连接的schema
      返回:
      默认值:
      ""
    • table

      String table
      连接的表名
      返回:
      默认值:
      ""
    • tableAlias

      String tableAlias
      连接表的别名
      返回:
      默认值:
      ""
    • tableKeyword

      String tableKeyword
      连接的表列字段名
      返回:
      默认值:
      ""
    • mainKeyword

      String mainKeyword
      主表的列字段名
      返回:
      默认值:
      ""
    • from

      Class<?> from
      连接的表(通常情况下可代替schema、table、tableAlias,优先级高)
      返回:
      默认值:
      void.class
    • on

      Class<?> on
      连接条件(优先级高)
      返回:
      默认值:
      void.class