Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 5160ac31926d48db73e806bf2d24650ea93b0727
https://github.com/hibernate/hibernate-orm/commit/5160ac31926d48db73e806b...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOne.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOneOption.java
Log Message:
-----------
completey rewrite the javadoc I just wrote and pushed
ooops, I suck :-(
Branch: refs/heads/main
Home: https://github.com/hibernate/hibernate-orm
Commit: 2e99811dd4011af4de46a7a47a34153cdc57884e
https://github.com/hibernate/hibernate-orm/commit/2e99811dd4011af4de46a7a...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
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/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/java/spi/JavaTypeRegistry.java
Log Message:
-----------
javadoc for @LazyToOne
Commit: 2e02b9a74f3d9b32948ada427b7491b36412d002
https://github.com/hibernate/hibernate-orm/commit/2e02b9a74f3d9b32948ada4...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java
Log Message:
-----------
throw exception for contradictory annotations
Commit: a72c8744a8d0070b92efe818bfed4d6299136152
https://github.com/hibernate/hibernate-orm/commit/a72c8744a8d0070b92efe81...
Author: Gavin <gavin(a)hibernate.org>
Date: 2022-11-21 (Mon, 21 Nov 2022)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOne.java
M hibernate-core/src/main/java/org/hibernate/annotations/LazyToOneOption.java
Log Message:
-----------
document limitation of LazyToOne(NO_PROXY) to non-polymorphic associations
we can roll back this commit if/when we fix the limitation, as proposed:
https://github.com/hibernate/hibernate-orm/discussions/5591
Compare: https://github.com/hibernate/hibernate-orm/compare/c1070b81710e...a72c874...