com.github.drinkjava2.jdialects.annotation.jdia
Annotation Type ShardDatabase


@Target(value=FIELD)
@Retention(value=RUNTIME)
public @interface ShardDatabase

To mark this column is a ShardDatabase column, one table only allow 1 column be marked as ShardDatabase column

Since:
1.0.5
Author:
Yong Zhu

Required Element Summary
 String[] value
           
 

Element Detail

value

public abstract String[] value


Copyright © 2018. All rights reserved.