lazy « Delete « JPA Q&A





1. Hibernate lazy=false affects deletion    stackoverflow.com

I'm trying to set up a project using hibernate.I have two tables : Users and Address with the following mappings :

<?xml version="1.0"?>
<!DOCTYPE hibernate-mapping PUBLIC "-//Hibernate/Hibernate Mapping DTD 3.0//EN"
"http://hibernate.sourceforge.net/hibernate-mapping-3.0.dtd">
<!-- 
   ...