wenhao / jpa-spec

A JPA Query By Specification framework.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

能不能像Mybatis Plus 那样,做一个lamda表达式直接获取字段名称的方式

yuan50697105 opened this issue · comments

能不能像Mybatis Plus 那样,做一个lamda表达式直接获取字段名称的方式

我先调研下,谢谢支持。

我感觉这种方式实现起来代码有点“不是那么整洁”。我或许更倾向用Annotation Process的方式去生成一些Person.nickName(其实就是对应类的字段名称)。