Branch: refs/heads/5.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: ac7fcbb465253cc5edf23f17b25a2de256282dbe
https://github.com/hibernate/hibernate-orm/commit/ac7fcbb465253cc5edf23f1...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2019-07-02 (Tue, 02 Jul 2019)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/proxy/LoadANonExistingEntityTest.java
Log Message:
-----------
HHH-11147 Add failing test for initializing an entity that does not exist
Commit: 663bbc81d706780a751713e50d5cdf136cadf867
https://github.com/hibernate/hibernate-orm/commit/663bbc81d706780a751713e...
Author: Andrea Boriero <andrea(a)hibernate.org>
Date: 2019-07-02 (Tue, 02 Jul 2019)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
Log Message:
-----------
HHH-11147 Fix initializing an entity that does not exist
Compare:
https://github.com/hibernate/hibernate-orm/compare/3225e9744c3b...663bbc8...