| Personally I am inclined to not change this for 2 main reasons:
- This setting incurs an overhead within the execution to perform the check. Yet often the caller can know which ids need to be loaded versus which are already associated with the Session (or may not care). This is in fact the case for the main driver for this feature.
- As we have seen over and over, changing the default for behavioral settings can have major negative impact on applications leveraging it.
Sanne Grinovero, Gunnar Morling, Emmanuel Bernard What do you guys think of making this change? If we do decide to change it, this would need to wait for a major version IMO. |