| According to the EntityNotFoundException docs, we should load an entity Proxy even if we access its identifier. Traditionally, Hibernate has been trying to avoid that, but, if we to do, we won't have a chance to throw the EntityNotFoundException if the Proxy identifier points to no table record. |