@Entity public class Foo { @CreatedDate private LocalDateTime createdDateTime; @CreationTimestamp private LocalDateTime creationTimestamp; }