mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
HHH-14363 MutableTypeEnhancementTestCase failing when run on Oracle DB
This commit is contained in:
parent
ea5b386df3
commit
f8f88f4e3f
@ -23,6 +23,7 @@ public class TestEntity {
|
||||
private Long id;
|
||||
|
||||
@Temporal(TemporalType.TIMESTAMP)
|
||||
@Column(name = "t_date")
|
||||
private Date date;
|
||||
|
||||
@Basic
|
||||
|
Loading…
x
Reference in New Issue
Block a user