Hibernate中报错:✀hibernate.dialect✀ must be set when no Connection avalable

2024-12-03 06:49:38
推荐回答(3个)
回答1:

Configureation = new Configuration().configure();不加后面的configure() 报这个异常

回答2:

换成这个 class="org.springframework.orm.hibernate3.annotation.AnnotationSessionFactoryBean">这个id用的地方也要对应好了

回答3:

可能是方言和你本地的数据库不匹配吧,我用的是这个
org.hibernate.dialect.MySQL5Dialect