mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-06 19:36:03 +00:00
38d1c122eb
* Implement parameter list expansion for native queries * Fix empty subselect fetched collection initialization * Implement support for nested table group joins to allow joins on the map-key * Replace `getTableReference` with `resolveTableReference` where appropriate to distinguish which calls can cause table reference joins to be created * Fix some table reference resolving issues with inverse embeddable model parts * Use a Fetch for entity ids instead of a DomainResult * Fix bidirectional fetching for collection initializtion * Implement table reference join pruning for treat usages * Implement strict JPA compliance for different parameter styles * Ensure From nodes in Criteria are unique * Add unique key support to DelayedEntityFetch * Check if FetchParent is enhanced for lazy loading for DelayedEntityFetch * Register entity instances under all possible EntityUniqueKey * Introduce EntityJavaTypeDescriptor that implements equality based on object identity