for (T hitValue : hitValues) {
Array.set(array, i++, hitValue);
}
return array;
} else {
throw new UnreachableCodeException();
}
}
context.setPropertyValue(getCacheParameterName(), getCachePropertyPath(), missKeyObjs);
return executeFromDb(context, rowMapper, hitValues);
}