Spring JPA: assignment to transient field in @PostLoad method breaks entity removal from ManyToMany relationship

后端 未结 0 1513
梦毁少年i
梦毁少年i 2020-12-30 21:37

Having a simple entry entity ...

@Data
@NoArgsConstructor
@Entity
public class Entry {

    @Id
    @GeneratedValue(strategy = GenerationType.AUTO)
    privat         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题