我的Java实体中有如下属性: @Basic(fetch = FetchType.LAZY) //I tried without this as well @Column(name = "value_x", columnDefinition = "bigint default 0") ...
確定! 回上一頁