mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-03-07 02:09:31 +00:00
HHH-10296 : Fix more DB reserved words used by tests
(cherry picked from commit ae91c8722ae03ef837013e328df2d4ad3cd72122)
This commit is contained in:
parent
8552b84ae5
commit
e032ac6793
@ -312,6 +312,7 @@ public String getDescription() {
|
||||
public void setDescription(String description) {
|
||||
this.description = description;
|
||||
}
|
||||
@Column(name="`date`")
|
||||
public Date getDate() {
|
||||
return date;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user