Annotation Interface In


@Retention(RUNTIME) @Target(FIELD) public @interface In
查询条件:in
  • 可选元素概要

    可选元素
    修饰符和类型
    可选元素
    说明
    查询语句中的列名称
    查询的列对应Bean的属性(类属性名称)
  • 元素详细资料

    • value

      String value
      查询的列对应Bean的属性(类属性名称)
      返回:
      Bean字段名称
      默认值:
      ""
    • column

      String column
      查询语句中的列名称
      返回:
      列的名称
      默认值:
      ""