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

通过cglib去代理MPJLambdaWrapper实现自己的逻辑时无法代理select方法 #144

Open
mfkvfhpdx opened this issue May 30, 2024 · 0 comments

Comments

@mfkvfhpdx
Copy link

当前使用版本(必填,否则不予处理)

v1.4.12

该问题是如何引起的?(确定最新版也有问题再提!!!)

通过cglib去代理MPJLambdaWrapper实现自己的逻辑时发现,无法代理select方法,发现定义为final,建议去掉该定义,而使之有更好的扩展性

MPJLambdaWrapper 中select定义为
public final MPJLambdaWrapper select(SFunction<E, ?>... columns)

重现步骤(如果有就写完整)

报错信息

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

No branches or pull requests

1 participant