Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c3174e6b62d937ccb032272ceb779f3a754bc3fa
https://github.com/hibernate/hibernate-orm/commit/c3174e6b62d937ccb032272...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
A
hibernate-core/src/test/java/org/hibernate/orm/test/mapping/generated/GeneratedAnnotationBatchTest.java
Log Message:
-----------
HHH-16155 Add test for issue
Commit: 4cc59417989ebe1392354146446fa6ea7ce6ad9b
https://github.com/hibernate/hibernate-orm/commit/4cc59417989ebe139235414...
Author: Marco Belladelli <marco(a)hibernate.org>
Date: 2023-02-20 (Mon, 20 Feb 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/InsertCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/UpdateCoordinatorStandard.java
Log Message:
-----------
HHH-16155 Disable batching when generated properties are found
Compare:
https://github.com/hibernate/hibernate-orm/compare/73ce912dc2d3...4cc5941...