英文: java.lang.ClassCastException: org.hibernate.mapping.SingleTableSubclass cannot be cast to org.hi...
REST API在POSTMAN中的JSON响应:其中一个字段的值在响应中显示为null。
英文: REST API JSON response in POSTMAN: one field is coming as null in response 问题 在使用JPA将实体保存到DERBY ...
将所有类别的列表拆分为子类别?(仅使用Java)
英文: Split all list of all categories into subcategories? (with Java only) 问题 我们有一个实体类以及一个包含所有类别的列表: ...
Hibernate查询参数绑定引发QuerySyntaxException。
英文: HIbernate query parameter binding throws QuerySyntaxException 问题 我有这个HQL查询: ... DATE_ADD(p.bar.f...
CriteriaBuilder.createQuery和EntityManager.createQuery之间的区别是什么?
英文: What is the difference between CriteriaBuilder.createQuery and EntityManager.createQuery? 问题 让我们...
Hibernate/JPA/Spring问题:持久化(排序)集合存在问题
英文: Hibernate/JPA/Spring Problems with persisting (sorted) collection 问题 以下是翻译好的内容: 最初我想将这写成一个问题,但在撰...
如何根据Spring Boot中的活动配置文件设置注释属性值?
英文: How to set annotation attribute value based on the active profile in Spring Boot? 问题 我在我的Spring ...
Spring Boot JPA批量插入异常处理
英文: Spring boot JPA batch inserts Exception Handling 问题 我正在处理一个实时用例,需要使用Spring Boot JPA将一批消息加载到SQL S...
有没有办法在Spring Boot中使用JPA保存时获取一个“刷新后”的已保存实体?
英文: Is there a way to get a 'refreshed' saved entity when saving with JPA in Spring boot? 问题...
QuerySyntaxException 无效路径 + JPA + Hibernate 5.4
英文: QuerySyntaxException Invalid path + JPA + Hibernate 5.4 问题 我正在尝试根据 CriteriaQuery 获取基于条件的总行数,但出现了...
53