I have an entity file which describes date fields as follows:
@Temporal(TemporalType.TIMESTAMP) @Column(name = "est_start_date") private Da