From: Peter M.C. <pet...@gm...> - 2006-08-03 03:15:00
|
a real business project often contains 100 or more persistent class, now hibernate startup is very slow, normally spent 30 or more seconds. So I write a module to speed up it, only cache the config file path(.hbm.xml) of the persistent class, read and parse the file content until program using the persistent class. http://sourceforge.net/projects/hbn-dyn-mod/ |