LDEV-4411 Make collections and properties lazy If it is possible, all collections and properties should be lazy. It has big impact on DB loa…
Show more
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.
Show less