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

强制 要求 @Id #18

Open
HbnKing opened this issue Feb 18, 2022 · 2 comments
Open

强制 要求 @Id #18

HbnKing opened this issue Feb 18, 2022 · 2 comments
Labels
enhancement New feature or request

Comments

@HbnKing
Copy link
Contributor

HbnKing commented Feb 18, 2022

基于 实体的识别及处理 需要进行优化

@HbnKing HbnKing added the enhancement New feature or request label Feb 18, 2022
@HbnKing
Copy link
Contributor Author

HbnKing commented Feb 21, 2022

计划修改
①针对 @id 的注解 转为 非强制,要求该注解 ,但主键仍未必须。
②增加 实体字段 _field 名称 以特殊字符开头的字段名称的识别。并兼容 现有的 _id ;
③ 将现有的 以方法 名称识别 属性的 初始化过程 修改为 以字段名称 为主的识别方式 ;
④ 属性值的相关内容 仍然与 getter setter 绑定 通过该方式来进行获取及复制,目前予以保留;
⑤ 增加对 static 及 trainsent 及 相关注解(@trainsent)的识别

@HbnKing
Copy link
Contributor Author

HbnKing commented Sep 9, 2022

①针对 id 进行弱化
③未修改 以 字段名及 方法名同时 进行 识别
④ 保留
⑤已经添加

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

No branches or pull requests

1 participant