org.hibernate.MappingException: Dialect does not support identity key generation
用ExtJs做界面的,但是报这个错
org.hibernate.MappingException: Dialect does not support identity key generation
可是我的.hbm.xml里的主键产生方式都是assigned的,哪里来的identity ,ctrl+H在这个workspace里都没有搜出identity 这个字符串,大家说一下有可能哪里出错
补充:用的是oracle数据库,单表查询成功,这一个不成功的是有外键!