英文: Entities created correctly from Json with @JoinColumn on the opposite side 问题 我以为我理解了JPA的*@JoinC...
Spring Boot JPA 原生查询语句中 @P0 附近语法错误。
英文: Spring boot JPA nativeQuery Incorrect syntax near @P0 问题 @Query( value = "INSERT INTO dbo.im...
Nested exception is java.lang.ClassCastException: java.lang.String cannot be cast
英文: Nested exception is java.lang.ClassCastException: java.lang.String cannot be cast 问题 我对Spring Da...
如何使用CriteriaUpdate编写连接查询?
英文: How to write Joins using CriteriaUpdate? 问题 我想要请求,请帮助我找到在其他表中更新外键值的解决方案。 例如:- 如果我们采用设备表 列为:- 设备名...
测试 Junit deleteById 如果 id 不存在,则不会通过。
英文: test Junit deleteById doesn't pass if id is not present 问题 我正在进行一些 JUnit 测试以改进我的应用程序。其中一个测试涉...
Spring JPA,CrudRepository的save方法是否立即提交到数据库?
英文: Spring JPA, does CrudRepository's save method commit to DB immediately? 问题 默认情况下,Spring Data...
遍历从 Hibernate 游标返回的对象列表。
英文: iterating the list of objects returned from hibernate ref cursor 问题 我从Hibernate调用了一个存储过程,如下所示。Re...
@Createdby @CreatedDate 在实体更新后为空。
英文: @Createdby @CreatedDate are null after entity is updated 问题 我已在Spring应用程序中实现了审计列,在创建新实体时它是有效的,列会...
在执行单元测试时,Spring Boot 应用是否需要连接数据库?
英文: Is it required for spring boot application to be connected to database when performing unit test...
JpaRepository.save() 生成的 HQL 在向表中插入 null 值。
英文: JpaRepository.save() generates hql inserting null values into the tables 问题 在我的Spring Boot + Hib...
53