HHH-7006 keyword top causes test fail on ms sql server

This commit is contained in:
Strong Liu 2012-01-29 17:26:17 +08:00
parent 46b7a0d38e
commit 6dfe24983c
1 changed files with 1 additions and 1 deletions

View File

@ -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