I have a TIME column in a MySQL database, and in my JPA Entity I have a property that looks like this:
@Column(name="appointment_time") LocalTime ti