HHH-10296 : Fix more DB reserved words used by tests
This commit is contained in:
parent
34dd9d186b
commit
ae91c8722a
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue