Mao, Dean (IHG) wrote:

for a startup time of 2.5 seconds, how many persisted classes are you using
with hibernate?


35 classes. Oh, also disabling the logging provides a good improvement:

LogManager manager = LogManager.getLogManager();
manager.reset();

This is a bit crude, better modify the logging levels for hibernate so that all the mapping information
printed at startup time is not printed at all.


Best regards
Andrea Aime




------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ hibernate-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/hibernate-devel

Reply via email to