Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 9fe24e7e6dec7735dcba896f1be7aa7d4ebdc814
https://github.com/hibernate/hibernate-orm/commit/9fe24e7e6dec7735dcba896...
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