public boolean isLazy() {
   return isExtraLazy()
       || MappingHelper.getBooleanValue(
           collection.getLazy().value(), getDefaults().isDefaultLazy());
 }