Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ShardingValue,TableRule 少了很多方法,为啥,1.4.0的版本 #175

Closed
gavenpeng opened this issue Nov 14, 2016 · 2 comments
Closed

Comments

@gavenpeng
Copy link
Contributor

1 getLogicTable()
2 isDynamic()
。。。

ShardingValue
下面这些方法都没有,是我自己添加的。

public Collection getValues(){
return this.values;
}

public T getValue(){
    return this.value;
}


public Range<T> getValueRange(){
    return this.valueRange;
}
@gavenpeng
Copy link
Contributor Author

是通过lombok.Getter 来的?

@hanahmily
Copy link
Contributor

对 是编译的时候自动生成的

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants