模块 org.redkale

注释类型 DistributeTable


  • @Target(TYPE)
    @Retention(RUNTIME)
    public @interface DistributeTable
    Entity分库分表的注解,需要结合DistributeTableStrategy使用
    标记为 @DistributeTable的Entity类视为需要进行分库分表操作

    详情见: https://redkale.org

    作者:
    zhangjx
    另请参阅:
    DistributeTableStrategy