TokgoRonin
TokgoRonin
**Describe the bug** 当日期类型不在最外层时,生成的文档页面中,显示的数据类型不对,仅为string,正常应该是string(date)或string(date-time). openapi的返回结果中,该属性有format: "date-time"但是没有解析。 **To Reproduce** Steps to reproduce the behavior: 1. 定义一个嵌套的参数类型 ``` public class A { LocalDateTime date1; B b; class B { LocalDateTime date2; }...
希望提供 saveAllCommand()用以批量保存实体。当前版本jimmer内部还是使用循环单条upsert的方式,效率较低,希望提供一个fastInsert/batchInsert,直接批量保存实体。 当前我在项目中的实现方式是手动unload关联对象,然后批量保存孤单对象,再用回填的ID去设置关联对象,再批量保存关联对象。这样的方式在关联层级较深或关联对象比较多时,比较麻烦。
### Reason - Now SqlClient's top-level API is too much, especially for different save modes, provides a very large number of APIs, such as: insert, update, insertIfAbsent, etc. (these APIs...
### Jimmer Version 0.9.111 ### JDK Version JDK21 ### Database PostgreSQL ### OS Windows ### Expected behavior Perform the update operation normally ### Actual behavior An exception will be thrown:...