LDEV-4411 Make collections and properties lazyIf it is possible, all collections and properties should be lazy. It hasbig impact on DB load.If a collection can not be made lazy because it gets iterated over in anon-transactional method (Actions), is should probably be moved to atransactional Service method.
LDEV-4184: "outer-join" attribute in hbm.xml files is deprecated and produces warnings on server start up. Remove entries with "auto" value. Entries with value "true" become fetch=join.