Annotation Interface Column


@Retention(RUNTIME) @Target(FIELD) public @interface Column
指定列名,在 SQLProvider 代理器中的方法无法简单将字段转为数据库列名时,使用此注解指定
Since:
2025-01-29 09:53
Author:
夜雨
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    指定列名
  • Element Details

    • value

      String value
      指定列名
      Returns:
      列名