Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c8ffee43ef43675cd406853bdb84299a7813694e
https://github.com/hibernate/hibernate-orm/commit/c8ffee43ef43675cd406853...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
Log Message:
-----------
HHH-15750 fix bug in Hibernate.isInitialized()
it didn't work for EnhancementAsProxyLazinessInterceptor
Commit: 5b5721f64be973f3b4c72a8ce3344379097fec23
https://github.com/hibernate/hibernate-orm/commit/5b5721f64be973f3b4c72a8...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Annotations.adoc
M documentation/src/main/asciidoc/userguide/chapters/domain/associations.adoc
M
documentation/src/test/java/org/hibernate/userguide/associations/OneToOneBidirectionalLazyTest.java
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollection.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyCollectionOption.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOne.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOneOption.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/mapping/ToOne.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/lazytoone/LanyProxylessManyToOneTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/lazytoone/ManyToOneExplicitOptionTests.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/lazytoone/onetoone/LazyProxylessOneToOneTests.java
M
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/lazytoone/onetoone/OneToOneExplicitOptionTests.java
Log Message:
-----------
HHH-15739 deprecate @LazyToOne and @LazyCollection
and add some docs and cleanups
Compare:
https://github.com/hibernate/hibernate-orm/compare/be406f2732d2...5b5721f...