英文: SpringBoot Query DTO 问题 我希望通过我的DTO类从数据库中检索信息。 问题是,我的查询不起作用,我不知道为什么... 数据库实体: @Entity @Table(name...
“ManyToOne在Spring Boot Hibernate JPA中创建两个表时返回null”
英文: ManyToOne gives null on two tables on create spring boot hiernate jpa 问题 例如,如果有表格"用户"和...
春季启动映射和数据传输对象 (DTO)
英文: Springboot Mapping and DTO 问题 我是Spring的新手,在执行下面示例的插入操作时遇到了很多疑问。 我目前有三个表,其模型如下: @Entity @Table(na...
Spring Boot JPA – 按实体集合排序
英文: Spring boot JPA - Order by Entity collection 问题 以下是已翻译的内容: 我正在尝试按照特定时间段内的收藏大小对数据进行排序。 我有 Title实体...
Java Spring JPA插入数据至
英文: Java Spring JPA insert into 问题 请帮助我在 spring-data-jpa 中执行一个 Postgres 查询: @Transactional public in...
使用 cast 在 JPQL 的 order by 子句中。
英文: Use cast in order by clause JPQL 问题 在JPQL查询中,我想在ORDER BY子句中使用CAST运算符。该查询在SQL中有效,但应用程序在运行时产生了所示错误...
JQPL自定义查询,无法返回@ManyToMany中对象列表。
英文: JQPL custom query, having trouble returning list of objects in @ManyToMany 问题 以下是翻译好的内容: 我有两个模型和...
春季启动:将数据发送到一个端点,但对其他端点隐藏
英文: spring boot: sending data to 1 endpoint but hiding from other 问题 我有一个简单的Spring Boot应用程序,我的模型包含3个...
在Spring中,是否有适用于MongoDB的 @MappedSuperclass 等效注解?
英文: is there a @MappedSuperclass equivalent annotation for mongoDB in spring? 问题 在我的项目中,我们在某种程度上从关系型...
ManyToOne映射在嵌入式类内部无法正常工作。
英文: ManyToOne mapping not working when inside an Embeddable class 问题 我正在使用Spring Boot(2.2.6.RELEASE)...
42