英文: I used LocalDate my whole project, now it turns out i need LocalDateTime for a functionality, wh...
Spring Data JPA在空数据库中为包含外键的复合主键实体创建错误的字段。
英文: Spring data jpa creates wrong fields in empty database for entity with composite primary key tha...
如何选择在ManyToOne关系中由n个父实体引用的子实体?
英文: How to select a child entity that is referenced by n parent entities in a ManyToOne relationship...
Hibernate:@Column(updatable = false)在@MappedSuperclass中不起作用
英文: Hibernate: @Column(updatable = false) not working for @MappedSuperclass 问题 使用Spring Data JPA与Hib...
实体中的布尔字段在 JSON 中更改名称。
英文: Boolean field in entity changes name in JSON 问题 有一些奇怪的事情发生在我的应用程序中,我想知道原因。 我有一个资源,在我的Spring服务器中与...
JPA中的in子句使用规范 – JHipster方法
英文: JPA in clause using Specification - JHipster approach 问题 我有两个实体 A 和 B。A 包含一个 Set<B>,在 Quer...
将数组值从JPA/Hibernate传递给PostgreSQL。
英文: Pass array values to PostgreSQL from JPA/Hibernate 问题 我尝试从JPA/Hibernate环境将整数数组值传递给plpgsql存储过程。但我...
为什么Spring Boot中使用JPA Hibernate投影会抛出异常?
英文: Why spring boot jpa hibernate projection throws exception? 问题 我正在使用Spring Boot,并尝试使用投影(projectio...
将字符串属性映射到JSONB
英文: Map string properties to JSONB 问题 我一直在尝试使用JPA将我的字符串属性映射到PostgreSQL的JSONB列。我多次阅读了Vlad Mihalcea的完美...
FetchMode Subselect在Set属性上未运行
英文: FetchMode Subselect not running on Set attribute 问题 @Entity @Table(name = "NPRO_USUARIOS"...
70