-
Notifications
You must be signed in to change notification settings - Fork 56
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
学习自定义列输出文档,没有找到文档中的o.columnAll()和o.columnAs()方法 #296
Comments
@zeromessiah 文档http://www.easy-query.com/easy-query-doc/ 你看到的可能是lambda模式的版本,proxy模式使用o.FETCHER.allFields,如果可以的话加qq群文档首页,群里也有很多小伙伴:) |
@zeromessiah 您好方便告知 |
@xuejmnet http://www.easy-query.com/easy-query-doc/query/select-column.html 全字段查询和追加映射字段的lambada模式 |
这边已经区分了entity和lambda两种模式,首先推荐entity模式,entity模式没有columnAll和columnAs的可以通过其他模式来实现您想要的 |
使用依赖如下
implementation("com.easy-query:sql-springboot-starter:2.3.5")
annotationProcessor("com.easy-query:sql-processor:2.3.5")
The text was updated successfully, but these errors were encountered: