
hibernate
iteye_12415
这个作者很懒,什么都没留下…
展开
-
hibernate错误
org.hibernate.MappingException: Repeated column in mapping for entity: com.carschool.bean.Traincar column: id (should be mapped with insert="false" update="false") <many-to-one name="carclass" ...原创 2008-07-16 11:22:58 · 126 阅读 · 0 评论 -
hibernate的错误2
org.hibernate.MappingException: Duplicate property mapping of exes found in com.carschool.bean.Carclass carclass.hbm.xml中有二个一样的 <property name="名字" /> <property name="名字" />...原创 2008-07-16 11:25:58 · 101 阅读 · 0 评论 -
hibernate的错误3
org.hibernate.InvalidMappingException: Could not parse mapping document from resource com/facility.hbm.xml 我的是在hibernate.cfg.xml中没加配置com/facility.hbm.xml原创 2008-07-16 11:45:36 · 96 阅读 · 0 评论 -
hibernate的错误5
org.hibernate.LazyInitializationException: could not initialize proxy - no Session at org.hibernate.proxy.AbstractLazyInitializer.initialize(AbstractLazyInitializer.java:57) at org.hibernate.proxy.Abs...2008-09-03 10:55:55 · 127 阅读 · 0 评论 -
hibernate的错误4
org.hibernate.HibernateException: Could not parse configuration: /hibernate.cfg.xml at org.hibernate.cfg.Configuration.doConfigure(Configuration.java:1500) at org.hibernate.cfg.Configuration.con...2008-09-03 11:00:18 · 150 阅读 · 0 评论 -
hibernate 加el出的错误
当用hibernate 查出一个list时 在网页中用el拿他的值时,出下面的错误 javax.servlet.ServletException: The "." operator was supplied with an index value of type "java.lang.String" to be applied to a List or array, but tha...2008-11-30 10:25:03 · 152 阅读 · 0 评论