HHH-7006 keyword top causes test fail on ms sql server
This commit is contained in:
parent
46b7a0d38e
commit
6dfe24983c
|
@ -34,7 +34,7 @@ import javax.persistence.OneToMany;
|
||||||
import javax.persistence.Table;
|
import javax.persistence.Table;
|
||||||
|
|
||||||
@Entity
|
@Entity
|
||||||
@Table(name = "TOP")
|
@Table(name = "T_TOP")
|
||||||
public class Top {
|
public class Top {
|
||||||
@Id
|
@Id
|
||||||
@GeneratedValue
|
@GeneratedValue
|
||||||
|
|
Loading…
Reference in New Issue