mirror of
https://github.com/hibernate/hibernate-orm
synced 2025-02-13 14:44:48 +00:00
* Fix quite a lot of caching and related statistics use cases * Support selecting ToOne- and PluralAttributeMappings in LoaderSelectBuilder * Fix multiple bag role handling in LoaderSelectBuilder * Fix dynamic batch id entity loader problems * Simplify lock handling and cache JdbcSelect for SingleIdLoadPlan * Add support for, but at the same time deprecation-warn about component mappings with different structure but same Java type. See HHH-14660 * Fix enhancement issues and implement support for property laziness * Implement association key access for both sides of the FK * Fix subpart access for nullable + TARGET side ToOneAttributeMapping * Pass through fetch timing to CircularFetch to respect fetch profiles * Respect fetch profiles for CollectionLoader and SingleIdLoadPlan * Support group by and order by for entity and embeddable paths/joins * Don't apply lock clause for LockMode.READ and less * Change result type for round to argument type * Fix inference for tuple parameter elements when comparing against embeddables a