A HashMap<EntityReference, EntityReferenceInitializer> is currently allocated each time a ResultSet row is read. This HashMap helps for doing lookups when resolving bidirectional EntityReferences and fetches.
Rather than allocating for each row, the HashMap will be allocated once and cached as a field in AbstractRowReader.
|