JPA @Embeddable with inner @Enumerated(EnumType.STRING)

前端 未结 0 533
日久生厌
日久生厌 2021-02-06 00:37
@Embeddable
public class Data {
    private long key;
    
    @Column(nullable = false, length = 65536)
    private byte[] bytes;
    ...
}

@Embeddable
public class Wr         


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