英文: Cannot concat 2 fields in MapStruct 问题 我尝试遵循这个页面中提到的方法,但无法将名字和姓氏字段连接起来。 这是我尝试过的内容: @Mapper(compo...
I try to access a route from my controller and it returns a 404 error instead of returning the entity in a JSON with POSTMAN
英文: I try to access a route from my controller and it returns a 404 error instead of returning the e...
如何正确使用Spatie\LaravelData来检索数据?
英文: How to properly use Spatie\LaravelData for retrieveing data? 问题 我了解到Spatie\LaravelData是在我搜索如何在La...
Ignore a property in Dto from RequestBody base on endpoint (use one Dto for two purpose)
英文: Ignore a property in Dto from RequestBody base on endpoint (use one Dto for two purpose) 问题 在数据库...
如何使用枚举 VO 对象设置枚举 DTO 对象?
英文: How to set enum DTO object using enum VO object? 问题 如何将一个对象转换为另一个对象?例如,我有3个类Car(等同于CarVO),CarDTO...
ModelMapper映射了错误的ID。
英文: ModelMapper mapping the wrong id 问题 我在将DTO映射到具有嵌套对象的实体时遇到了问题。 基本上,“DayEntry”包含许多“SingleEntry”,每个...
DTO模式与JPA Hibernate
英文: DTO pattern with JPA hibernate 问题 我正在按照这个教程学习关于数据传输对象(DTO)的内容,并查看将实体转换为DTO的方法。我想知道"懒加载关系&qu...
如何在Spring Boot中避免DTO与领域对象之间的相互转换?
英文: How to avoid DTO to domain conversion and vice versa in Spring boot? 问题 在我的项目中,我从用户界面获取值,传递给控制器再...
Sure, here’s the translation: 简单的JdbcCall调用函数
英文: SimpleJdbcCall call function 问题 我有一个名为GET_RISK_GROUP的Oracle函数。 当我尝试调用这个函数时: SimpleJdbcCall jdbcC...
将所有类别的列表拆分为子类别?(仅使用Java)
英文: Split all list of all categories into subcategories? (with Java only) 问题 我们有一个实体类以及一个包含所有类别的列表: ...
4