We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
如果调用 sum 之类的函数超过 int 的最大值, 那么会抛出异常
dao.func(Person.class, "sum", "age");
当然也可以使用func2, 但是感觉func的存在有点迷惑性, 当数据量上来之后才会出问题
The text was updated successfully, but these errors were encountered:
API变更不太好呀...
Sorry, something went wrong.
No branches or pull requests
如果调用 sum 之类的函数超过 int 的最大值, 那么会抛出异常
当然也可以使用func2, 但是感觉func的存在有点迷惑性, 当数据量上来之后才会出问题
The text was updated successfully, but these errors were encountered: