hibernate难解问题

错误提示1:Caused by: org.hibernate.exception.SQLGrammarException: could not load an entity: [com.qpxnet.entityDAO.Contacts#527]
错误提示2:Caused by: com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near '.200'.

我映射文件内容:

请问牛人们错误是不是[b]table="200_Contacts"[/b]造成的,表名前面不能是数字开头的是不是???可是我这里数据表是不可能更改的了,要怎么才能解决这个问题呢???

table="[200_Contacts]"

table="\"200_Contacts\""

table="'200_Contacts'"