I'm using JPA/Hibernate with Oracle, so YMMV. @Column(nullable = false, updatable = false) @CreationTimestamp private Date created_at;. this worked for me. more ...
確定! 回上一頁