Hibernate
iteye_11434
这个作者很懒,什么都没留下…
展开
-
Hibernate sum 函数的使用
使用Hibernate的sum函数进行数据的统计时,出现一个错误: 代码: [code="java"] String sql = "select SUM(nf.fee) from CFee as nf where nf.adminAccount='testaccount' "; public long getListSqlCountsLong(String sql) { begi...2008-05-05 18:00:03 · 888 阅读 · 0 评论 -
Could not determine type for: String, for columns:
问题: Could not determine type for: String, for columns: [org.hibernate.mapping.Column(FeeTime)] 报错如下: 严重: Exception sending context initialized event to listener instance of class org.springframewor...2008-10-22 17:04:43 · 281 阅读 · 0 评论 -
hibernate集合映射inverse和cascade详解(转)
4. hibernate如何根据pojo来更新数据库 4.0 在commit/flush之前,hibernate不会对pojo对象作神秘的处理。 4.0.1 在select查询出pojo时,hibernate根据“字段--属性”的对应关系,用字段的值填充pojo的属性; 然后根据“关系标记”生成sql语句从relationTable中查询出满足条件的relationPojo,并把这些rela...原创 2010-01-15 09:57:47 · 88 阅读 · 0 评论 -
Could not open Hibernate Session for transaction
<property name="hibernateProperties"> <props> <prop key="hibernate.autoReconnect">true</prop> </props> </property> pring2.x+hib原创 2009-09-04 13:24:08 · 132 阅读 · 0 评论