Hi,
I have recently altered the mapping generation on a project from using Xdoclet and hbm to use annotations. However, on starting the Tomcat server where some of the data is cached we have a much larger memory footprint.
The size is as follows using hbm size is approx 50MB using annotations the size is approx 170MB
The data cached does contain some collection which are loaded eagerly in both cases.
I have tested both options with hibernate version 3.2.5.
Has any body had similar issues in converting?
Andy
|