HHH-14363 MutableTypeEnhancementTestCase failing when run on Oracle DB

This commit is contained in:
Andrea Boriero 2020-12-08 15:45:37 +01:00
parent ea5b386df3
commit f8f88f4e3f

View File

@ -23,6 +23,7 @@ public class TestEntity {
private Long id;
@Temporal(TemporalType.TIMESTAMP)
@Column(name = "t_date")
private Date date;
@Basic