HHH-10296 : Fix more DB reserved words used by tests
(cherry picked from commit ae91c8722a
)
This commit is contained in:
parent
8552b84ae5
commit
e032ac6793
|
@ -312,6 +312,7 @@ public class EncapsulatedCompositeAttributeResultSetProcessorTest extends BaseCo
|
||||||
public void setDescription(String description) {
|
public void setDescription(String description) {
|
||||||
this.description = description;
|
this.description = description;
|
||||||
}
|
}
|
||||||
|
@Column(name="`date`")
|
||||||
public Date getDate() {
|
public Date getDate() {
|
||||||
return date;
|
return date;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue