Annotation Interface Table


@Retention(RUNTIME) @Target(TYPE) public @interface Table
指定表名,在 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:
      表名