3637383940414243444546
luke.setName( "Luke" ); leia = new GrandChild(); leia.setName( "Leia" ); granny = new GrandMother(); granny.getGrandChildren().add( luke ); granny.getGrandChildren().add( leia ); em.persist( granny ); commitOrRollback( true );