-
@Target(TYPE) @Retention(RUNTIME) public @interface DistributeTable
Entity分库分表的注解,需要结合DistributeTableStrategy使用
标记为 @DistributeTable的Entity类视为需要进行分库分表操作
详情见: https://redkale.org
- 作者:
- zhangjx
- 另请参阅:
DistributeTableStrategy
-
-
必需元素概要
所需元素 修饰符和类型 必需的元素 说明 Class<? extends DistributeTableStrategy>
strategy
-
-
-
元素详细资料
-
strategy
Class<? extends DistributeTableStrategy> strategy
-
-