mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 06:34:50 +00:00
HHH-10296 : Fix more DB reserved words used by tests
(cherry picked from commit 9858d29b56b672d9a8ce4783d5a757d8f89da5e1)
This commit is contained in:
parent
6cdfd93bec
commit
32b4087efc
@ -7,6 +7,7 @@
|
||||
package org.hibernate.test.hql;
|
||||
|
||||
import java.util.Set;
|
||||
import javax.persistence.Column;
|
||||
import javax.persistence.Entity;
|
||||
import javax.persistence.Id;
|
||||
import javax.persistence.ManyToOne;
|
||||
@ -60,6 +61,7 @@ public static class EntityWithAttributeNamedSize {
|
||||
public EntityWithAttributeNamedSize parent;
|
||||
@OneToMany( mappedBy = "parent" )
|
||||
public Set<EntityWithAttributeNamedSize> children;
|
||||
@Column(name="`size`")
|
||||
private String size;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user