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
v1.4.12
通过cglib去代理MPJLambdaWrapper实现自己的逻辑时发现,无法代理select方法,发现定义为final,建议去掉该定义,而使之有更好的扩展性
MPJLambdaWrapper 中select定义为 public final MPJLambdaWrapper select(SFunction<E, ?>... columns)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
当前使用版本(必填,否则不予处理)
v1.4.12
该问题是如何引起的?(确定最新版也有问题再提!!!)
通过cglib去代理MPJLambdaWrapper实现自己的逻辑时发现,无法代理select方法,发现定义为final,建议去掉该定义,而使之有更好的扩展性
MPJLambdaWrapper 中select定义为
public final MPJLambdaWrapper select(SFunction<E, ?>... columns)
重现步骤(如果有就写完整)
报错信息
The text was updated successfully, but these errors were encountered: