marschall / threeten-jpa

JPA attribute converters for JSR-310 dates and times
53 stars 6 forks source link

Calendar mapping seems broken in EclipseLink #57

Open marschall opened 4 years ago

marschall commented 4 years ago

Calendar mapping seems broken in EclipseLink under Oracle, we should probably report a bug.

@Temporal(TemporalType.TIMESTAMP)
@Column(name = "CALENDAR_COLUMN")
private Calendar calendar;