I have an entity with a Date field like so:
@Entity public class Event { @Id @GeneratedValue(strategy = GenerationType.IDENTITY) @Column(name = &