mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-02 15:59:18 +00:00
HHH-10273 : Reserved word used for database object in testsuite
(cherry picked from commit fa7851058c28eebc35c524f8bf63796779ac62fa)
This commit is contained in:
parent
fc077401e7
commit
38c355ed42
@ -28,7 +28,7 @@ public ExchangeRateKey( long date, Currency currency1, Currency currency2) {
|
||||
this.currency2 = currency2;
|
||||
}
|
||||
|
||||
@Column(nullable = false)
|
||||
@Column(name="`date`", nullable = false)
|
||||
protected long date;
|
||||
|
||||
@javax.persistence.ManyToOne(fetch = FetchType.LAZY, optional = false)
|
||||
|
Loading…
x
Reference in New Issue
Block a user