HHH-14363 MutableTypeEnhancementTestCase failing when run on Oracle DB
This commit is contained in:
parent
cf9d4ec3b3
commit
bdc3a5cdc7
|
@ -23,6 +23,7 @@ public class TestEntity {
|
|||
private Long id;
|
||||
|
||||
@Temporal(TemporalType.TIMESTAMP)
|
||||
@Column(name = "t_date")
|
||||
private Date date;
|
||||
|
||||
@Basic
|
||||
|
|
Loading…
Reference in New Issue