Hibernate: insert into Parent (id, name) values (null, ?) Hibernate: insert into Child (id, name, parent_id) values (null, ?, ?) Hibernate: insert into Child (id, name, parent_id) values (null, ?, ?) Hibernate: select parent0_.id as id1_6_0_, parent0_.name as name2_6_0_ from Parent parent0_ where parent0_.id=? Hibernate: select childlist0_.parent_id as parent_i3_2_0_, childlist0_.id as id1_2_0_, childlist0_.id as id1_2_1_, childlist0_.name as name2_2_1_, childlist0_.parent_id as parent_i3_2_1_ from Child childlist0_ where childlist0_.parent_id=? Hibernate: delete from Child where id=?
|