| 程序包 | 说明 |
|---|---|
| org.beetl.sql.annotation.entity | |
| org.beetl.sql.core | |
| org.beetl.sql.core.db |
| 类和说明 |
|---|
| ProviderConfig
提供给provider注解的配置信息注解
用于辅助 ResultProvider 和 RowProvider 例如,随着 RowProvider 同时在实体类上进行注解可以在 RowMapper接口的RowMapper.mapRow(org.beetl.sql.core.ExecuteContext, java.lang.Object, java.sql.ResultSet, int, java.lang.annotation.Annotation)第四个参数接收{@code |
| 类和说明 |
|---|
| AssignID
标识字段主键且是程序制定
如果value不为空,则表示某种算法,通过
SQLManager.addIdAutoGen(String, IDAutoGen)注册
BeetlSQL在插入此对象,会调用此算法获取id值 |
| 类和说明 |
|---|
| AssignID
标识字段主键且是程序制定
如果value不为空,则表示某种算法,通过
SQLManager.addIdAutoGen(String, IDAutoGen)注册
BeetlSQL在插入此对象,会调用此算法获取id值 |
Copyright © 2022. All rights reserved.