首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Java Exception >

hibernate的异常:could not instantiate id generator

2014-01-26 
could not instantiate id generatordialect does not support sequesces我的hbm是id nameid typestr

could not instantiate id generator
 
  dialect does not support sequesces
  我的hbm是
  <id name="id" type="string" column="id" >
  <generator class="uuid.hex"/>
  </id>
 
  数据库是sqlserver,对应的id属性是char 64   


------解决方法--------------------------------------------------------
class这个属性是产生主键的类
 
  如是char 64,你要写一个生成主键的类才可以

        

热点排行