Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: c608ee3a98027601e2ec19510833b3052f588a94
https://github.com/hibernate/hibernate-orm/commit/c608ee3a98027601e2ec195...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsert.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsertSingleTable.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorStandard.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/AbstractMutationCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/DeleteCoordinator.java
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
M hibernate-core/src/main/java/org/hibernate/sql/model/MutationOperationGroup.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupNone.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupSingle.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupStandard.java
Log Message:
-----------
HHH-16900 Rework mutation group API
Commit: c1767adee7006146cc0ac9307dbb87e96c7f1578
https://github.com/hibernate/hibernate-orm/commit/c1767adee7006146cc0ac93...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/model/ast/MutationGroup.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupSingle.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupStandard.java
Log Message:
-----------
HHH-16900 Rework also the MutationGroup APIs
Commit: 045f25511cf40f54e38be9e04200e7507bcb3cae
https://github.com/hibernate/hibernate-orm/commit/045f25511cf40f54e38be9e...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/orm/test/boot/database/qualfiedTableNaming/DefaultCatalogAndSchemaTest.java
Log Message:
-----------
HHH-16900 Refactor integration tests
Commit: 441d280109f3be31560f4ff41aca8fe05ca26518
https://github.com/hibernate/hibernate-orm/commit/441d280109f3be31560f4ff...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/model/MutationOperationGroup.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupNone.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupNone.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupSingle.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupStandard.java
Log Message:
-----------
HHH-16900 Avoid using the old method, ensure by removing the deprecated methods
Commit: 7d0da9e505026c2da29b41fc42fe7af497378979
https://github.com/hibernate/hibernate-orm/commit/7d0da9e505026c2da29b41f...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
A
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/EntityMutationOperationGroup.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsert.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsertSingleTable.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/StandardMutationExecutorService.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/mapping/internal/AbstractEntityCollectionPart.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/DeleteRowsCoordinatorStandard.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/DeleteRowsCoordinatorTablePerSubclass.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/InsertRowsCoordinatorStandard.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/InsertRowsCoordinatorTablePerSubclass.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorStandard.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/RemoveCoordinatorTablePerSubclass.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/UpdateRowsCoordinatorOneToMany.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/UpdateRowsCoordinatorStandard.java
M
hibernate-core/src/main/java/org/hibernate/persister/collection/mutation/UpdateRowsCoordinatorTablePerSubclass.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/AbstractMutationCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/InsertCoordinator.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/UpdateCoordinatorNoOp.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/mutation/UpdateCoordinatorStandard.java
M hibernate-core/src/main/java/org/hibernate/sql/model/MutationOperationGroup.java
M hibernate-core/src/main/java/org/hibernate/sql/model/ast/MutationGroup.java
R
hibernate-core/src/main/java/org/hibernate/sql/model/internal/AbstractMutationOperationGroup.java
A
hibernate-core/src/main/java/org/hibernate/sql/model/internal/EntityMutationOperationGroupStandard.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupNone.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupSingle.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationGroupStandard.java
A
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupFactory.java
R
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupNone.java
R
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupSingle.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/MutationOperationGroupStandard.java
Log Message:
-----------
HHH-16900 Optimise implementations of MutationOperationGroup
Commit: d0e3298e9dfcc061fed75475f6d446cbd98a9b02
https://github.com/hibernate/hibernate-orm/commit/d0e3298e9dfcc061fed7547...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/sql/model/MutationOperationGroup.java
Log Message:
-----------
HHH-16900 Restore API combatibiliy by using deprecated default methods
Commit: c0a6e6f0fc1ad13f20db9490a7c9b99ea9a7d4c4
https://github.com/hibernate/hibernate-orm/commit/c0a6e6f0fc1ad13f20db949...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2023-07-14 (Fri, 14 Jul 2023)
Changed paths:
R
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/EntityMutationOperationGroup.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsert.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/MutationExecutorPostInsertSingleTable.java
M
hibernate-core/src/main/java/org/hibernate/engine/jdbc/mutation/internal/StandardMutationExecutorService.java
A
hibernate-core/src/main/java/org/hibernate/sql/model/EntityMutationOperationGroup.java
M hibernate-core/src/main/java/org/hibernate/sql/model/MutationOperationGroup.java
M
hibernate-core/src/main/java/org/hibernate/sql/model/internal/EntityMutationOperationGroupStandard.java
Log Message:
-----------
HHH-16900 Move EntityMutationOperationGroup to the same package as related APIs
Compare:
https://github.com/hibernate/hibernate-orm/compare/814923dd4644...c0a6e6f...