| Gail Badner I remember that Hibernate didn't trigger the Proxy initialization when accessing just the identifier. This used to be the case prior to JPA. I wonder if we can add a new property hibernate.proxy.skip_initialization_for_identifier_access so that users can opt-in for this behavior. Otherwise, by default, we initialize the Proxy even when getting the entity identifier. What do you think? |