英文: Manually insert Data from database in table which has hibernate_sequence @GeneratedValue(strateg...
如何在使用Spring Boot时禁用hibernate-types-52时的Hypersistence横幅?
英文: How to disable the Hypersistence banner when using hibernate-types-52 in Spring Boot? 问题 我在我的Spr...
Spring Data JPA速度太慢。
英文: Spring Data JPA Is Too Slow 问题 最近我将我的应用切换到了Spring Boot 2。我依赖于Spring Data JPA来处理所有的事务,我注意到与我以前的配置...
为什么使用 @ElementCollection 注解标记的字段不能进行 Hibernate 批量插入?
英文: Why doesn't Hibernate batch inserts of fields annotated with @ElementCollection? 问题 @Entity ...
创建 Hibernate 代理对象
英文: Creating Hibernate proxy objects 问题 public class Account { private int pk; @ManyToOne(fetch = Fe...
遇到 JPA Hibernate 中 @OneToMany 和 @ManyToOne 导致无限递归问题。
英文: getting infinite recursion with JPA hibernate by @OneToMany and @ManyToOne 问题 我有一个无法解决的问题,我也尝试过使...
Spring事务管理 @Transactional行为
英文: Spring Transaction Management @Transactional behavior 问题 示例1: @Service public class UserService ...
为什么Spring JPA的双向一对多和多对一关系不能更新外键列呢?
英文: Why Spring JPA Bidirectional OneToMany and ManyToOne is not updating the foreign key column? 问题 ...
JPA – 需要在SortedSet上使用OrderBy
英文: JPA - OrderBy required with SortedSet 问题 为什么需要对 SortedSet 关系进行排序注释,比如 Hibernate 的 @SortNatural 或...
spring-data-jpa:发现对集合org.hibernate.HibernateException的共享引用。
英文: spring-data-jpa : Found shared references to a collection org.hibernate.HibernateException 问题 我知...
70