Setting a JPA timestamp column to be generated by the database? Solution: I fixed the issue by changing the code to @Basic(optional = false) @Column(name ...
確定! 回上一頁