session
);
Object[] columnValues = LogicalPhysicalConverterHelper.getColumnValuesFromResultset(tuple, identifierColumnNames);
final RowKey rowKey = new RowKey( persister.getTableName(), identifierColumnNames, columnValues );
propertyValues.put( rowKey, tuple );
metadataProvider.flushToCache();
}
private void doRemovePropertyMetadata(Cache<AssociationKey, Map<RowKey,Map<String,Object>>> associationCache,
int tableIndex,
int propertyIndex,