ObjectNotFoundException « Load « JPA Q&A





2. Getting ObjectNotFoundException with load and lazy loading?    forum.hibernate.org

Hi, I'm trying to understand if it's possible to get an ObjectNotFoundException when trying to use the load() method on a non existing entity. According to the doc, it seems it should be the expected behavior, but I never get it, only an empty Proxy on the entity, as I'm using the default LazyLoading behavior. thanks for confirming if it's possible ...