Reduce contention on initialization of ColumnNameCache instances by loaders

Description

Both OneToManyLoader and EntityLoader
seem frequently block on org.hibernate.loader.Loader.wrapResultSetIfEnabled, which is easy to solve but very surprising to actually ever happen as it looks like this was meant as a one-time initialization.

Activity

Show:

Brett MeyerFebruary 18, 2014 at 7:30 PM

Thanks Sanne!

Fixed

Details

Assignee

Reporter

Labels

Components

Fix versions

Priority

Created February 6, 2014 at 11:01 AM
Updated May 5, 2022 at 11:03 AM
Resolved May 5, 2022 at 11:03 AM

Flag notifications