HHH-10296 : Fix more DB reserved words used by tests

(cherry picked from commit ae91c8722a)
This commit is contained in:
Gail Badner 2015-11-24 13:57:43 -08:00
parent 8552b84ae5
commit e032ac6793
1 changed files with 1 additions and 0 deletions

View File

@ -312,6 +312,7 @@ public class EncapsulatedCompositeAttributeResultSetProcessorTest extends BaseCo
public void setDescription(String description) {
this.description = description;
}
@Column(name="`date`")
public Date getDate() {
return date;
}