From: Donnerstag, J. <jue...@ed...> - 2002-11-20 10:50:02
|
The documentation states that the default value for lazy is defined as false. This is ok, as possible problems are detected more easily (earlier) this way. Unfortunately this means you have to manually (or by means of XSLT) modify all lazy-attributes in all XML-mappings for production like systems. What do you think about a property e.g. hibernate.lazy which defines the default. If not set or defined, false would be still be used. Only relations which are meant to be lazy=false during production would have to set explicitly. regards Juergen |