Which is true in the following statements?
Hibernate does not support lazy initialization for detached objects.
Access to a lazy association outside of the context of an open Hibernate session will result in an exception.
Lazy fetching is way to avoid unnecessary column reads.
All the above.