Reference « Cascade « JPA Q&A





1. SchemaExporter cascade references    forum.hibernate.org

Hi, I'm using SchemaExporter to create a DDL for a mySQL database with InnoDB databases. In the maping files I have mapped an array with cascade="all" atributte, but there is no reference in the DDL SQL script. alter table DocsFolder add index (subChvp), add constraint ...

2. Self Referencing entity (tree model) update fails on cascade    forum.hibernate.org

Author Message electric monk Post subject: Self Referencing entity (tree model) update fails on cascade Posted: Wed Apr 09, 2008 4:22 am Newbie Joined: Wed Apr 09, 2008 3:37 am Posts: 4 Location: Tel Aviv, Israel Hi there, I'm using Hibernate 3.25GA along with Spring Framework 2.0. I have an entity Node which represents a single node in a ...