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 cf9d4ec3b3
commit bdc3a5cdc7
1 changed files with 1 additions and 0 deletions

View File

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