Branch: refs/heads/5.2
Home:
https://github.com/hibernate/hibernate-orm
Commit: 76e3bead49e38bcdd06291a17d08c9116813d49e
https://github.com/hibernate/hibernate-orm/commit/76e3bead49e38bcdd06291a...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2018-03-23 (Fri, 23 Mar 2018)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/type/EntityType.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundLogicalOneToOneTest.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundOneToOneNonInsertableNonUpdateableTest.java
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/notfound/LazyNotFoundManyToOneNonUpdatableNonInsertableTest.java
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/notfound/LazyNotFoundOneToOneNonUpdatableNonInsertableTest.java
A
hibernate-core/src/test/java/org/hibernate/test/bytecode/enhancement/lazy/notfound/LazyNotFoundOneToOneTest.java
Log Message:
-----------
HHH-12226 : ObjectNotFoundException thrown when @NotFound(action =
NotFoundAction.IGNORE) used with enhancement
(cherry picked from commit 9fe24e7e6dec7735dcba896f1be7aa7d4ebdc814)