英文: What is the best way to update data in database using Native Query 问题 EntityManager em = entityM...
一个属于领域实体的枚举,在Java项目中应该放在哪个包中?
英文: Which package should an enum, which is a part of a domain entity, be kept in a Java project? 问题 ...
如何在JPA中强制 @Transactional 在提交两个仓库操作,而不仅仅是最后一个?
英文: How to force @Transactional in JPA to commit two repository action not only just the last one? 问...
Column ‘brand_id’ cannot be null
英文: Column 'brand_id' cannot be null 问题 我使用 Spring Boot / Hibernate / JPA 创建新的产品,并且出现了“列 ...
从具有多个过滤条件的数据库中仅获取选定的列,使用 Spring Boot 2 和 JPA。
英文: Get only selected columns from DB with multiple filtering criteria spring boot 2 JPA 问题 我试图创建一个S...
应该Spring的@Repository跟随JpaRepository吗?
英文: Should Spring @Repository follow JpaRepository? 问题 我想在 HashMap<> 或 ArrayList<> 中存储数据...
如何使用带参数的自定义驱动程序类构建数据库数据源?
英文: How to construct a DB DataSource using parameterized custom driver class? 问题 在Spring Boot应用程序中,我...
如何以高效的方式从Spring Data JPA的findAllById方法中确定缺失的项目?
英文: How to know the missing items from Spring Data JPA's findAllById method in an efficient way?...
Java Spring不支持的StringMatcher正则表达式
英文: Java Spring Unsupported StringMatcher REGEX 问题 在尝试在Java Spring中使用StringMatcher.REGEX时存在问题。没有编译错误...
JPQL DELETE查询中带有2层深度关联的IN运算符,以及WHERE子句。
英文: JPQL IN operator in DELETE query with 2-deep relationship WHERE clause 问题 我有一个类似这样的JPQL查询: @Modi...
42