Peter M.Chen wrote:
> 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 fi
user questions should be asked on the user forum for forum.hibernate.org
/max
>
> i am using Dynamic-update property in the mapping file of hibernate so
> that
> only the required columns are updated, but when i look at the log, all
> the
> columns are being updated, where as only the modife