
Hibernate
文章平均质量分 81
jessdy
有多年删库跑路的经验
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
A collection with cascade="all-delete-orphan" was
A collection with cascade="all-delete-orphan" was no longer referenced by the owning entity Let's Play "Who Owns That Collection?" With Hibernate If you have used Hibernate and mapped a one...原创 2008-08-21 11:09:18 · 1307 阅读 · 0 评论 -
Hibernate配置详解
表 3.3. Hibernate配置属性 属性名 用途 hibernate.dialect 一个Hibernate Dialect类名允许Hibernate针对特定的关系数据库生成优化的SQL. 取值 full.classname.of.Dialect hibernate.show_sql 输出所有SQL语句到控制台. 有一个另外的选择是把org.hiberna...2007-12-23 19:57:28 · 274 阅读 · 0 评论