I've found this test: org.hibernate.test.jpa.proxyJPAProxyTest.testGetSemantics()
Should session.get() throw EntityNotFoundException ?
http://docs.jboss.org/hibernate/orm/4.1/javadocs/org/hibernate/Session.html#get%28java.lang.Class,%20java.io.Serializable%29 doesn't say anything.
I've found this test: org.hibernate.test.jpa.proxyJPAProxyTest.testGetSemantics()
Should session.get() throw EntityNotFoundException ?
http://docs.jboss.org/hibernate/orm/4.1/javadocs/org/hibernate/Session.html#get%28java.lang.Class,%20java.io.Serializable%29 doesn't say anything.