Refactor Bar.java

This commit is contained in:
Grzegorz Piwowarek 2016-11-05 12:12:08 +00:00
parent 826b69fee0
commit c29601db41
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ public class Bar implements Serializable {
@Column(name = "timestamp") @Column(name = "timestamp")
private long timestamp; private long timestamp;
@Column(name = "created_date") @Column(name = "created_date", updatable = false, nullable = false)
@CreatedDate @CreatedDate
private long createdDate; private long createdDate;