标签:hibernate

hibernate连接数据库出现问题

hibernate数据库jar  Could not open connection at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:54) at org.hibernate.en……

hibernate map映射的问题

hibernatejavajavasejavaee 映射文件: 测试代码: 报错:user_addressmap表不存在 具体错误: Hibernate: insert into user (name, gender, age) values (?, ?, ?) Hibernate: insert into user_addressMap (u……

Intellij idea 提示SessionFactory 没有类型匹配,不能注入

hibernatespringmvc 错误提示信息: could not autowire. no beans of “”sessionfactory”” type found  下面是我的sessionFactory的配置:   <bean id="sessionFactory" autowi……

关于hibernate 双向one to many 获取many问题求教.

hibernatejavaeeone?to?manysession one获取数据时默认是不主动获取many的 one简单代码: public class Subject implements Serializable{    private Set<Reply> replys = new HashSet<Reply>();……

Spring 3 + Hibernate4 事务不成功

springHibernate事务异常Java 先贴配置吧: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans"       xmlns:xsi="http://www.w3.org/20……

关于hibernate中对数据库的操作取值问题

hibernatejspj2eessh2struct2 两个表bloguser和article表,字段如下 bloguser表: article表: 其中article表通过bloguserid绑定bloguser表 通过hibernate反向生成po对象,现在在dao层有readArticle方法 通过service层封装后,在action……

struts2.1+spring3.1.1+hibernate4.1.4取不到数据,运行creageQuery()跳出未执行了

hibernate数据库框架spring 这个问题已经两天了,诶愁死我了,快来大神帮忙帮忙看看呗??? 具体问题如下: 如题版本的ssh框架整合,还用了一点点spring security3.1.0里面的一小点东西,只是用了一个扩展UserDetails,重写了一个UserDetailsService再配置上去了,发现这一块是没什么问题的,就测试发……