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;
|
||||
|
||||
@Entity
|
||||
@Table(name = "TOP")
|
||||
@Table(name = "T_TOP")
|
||||
public class Top {
|
||||
@Id
|
||||
@GeneratedValue
|
||||
|
|
Loading…
Reference in New Issue