mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-08 20:24:46 +00:00
* Fix insert handling with respect to version, discriminator and generated identifier insertion * Introduce SqmMultiTableInsertStrategy to handle multi-table inserts * Introduce the notion of an "entity table" similar to the "id table" to handle multi-table insertions * Implement table based and cte based multi-table insertion to support all dialects * Implement identifier generator optimizer support for multi-table insert * Fix validation of insert target paths against select item types * Fix some DML validations * Implement over-clause support in SQL AST * Fix multi-valued filter parameter support