Branch: refs/heads/main
Home:
https://github.com/hibernate/hibernate-orm
Commit: caaaa71ffd6a965b12bd6b4bd8cf35a29054911c
https://github.com/hibernate/hibernate-orm/commit/caaaa71ffd6a965b12bd6b4...
Author: Marco Belladelli <mbellade(a)redhat.com>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M documentation/src/main/asciidoc/userguide/appendices/Configurations.adoc
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/GlobalTemporaryTableStrategy.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/PersistentTableInsertStrategy.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/PersistentTableStrategy.java
A
hibernate-core/src/test/java/org/hibernate/orm/test/persister/entity/TemporaryTableStrategyTest.java
M hibernate-core/src/test/resources/log4j2.properties
Log Message:
-----------
HHH-15550 New global and persistent temporary `create_tables` params
Commit: fe5fa5dce4e48b627ec43c0d0c3b1266203d0093
https://github.com/hibernate/hibernate-orm/commit/fe5fa5dce4e48b627ec43c0...
Author: marco <marco.belladelli(a)semenda.it>
Date: 2022-12-16 (Fri, 16 Dec 2022)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/GlobalTemporaryTableStrategy.java
M
hibernate-core/src/main/java/org/hibernate/query/sqm/mutation/internal/temptable/PersistentTableStrategy.java
Log Message:
-----------
HHH-15550 New global and persistent temporary `create_tables` params
Compare:
https://github.com/hibernate/hibernate-orm/compare/a12a108f59f5...fe5fa5d...