* Doing so will preserve the separation of database access
* (which happens here) from the record content interpretation
* (which is the responsibility of the RecordFactory implementation).
*/
if (!stmtRs.next()) {
throw new IdDoesNotExistException(oaiIdentifier);
} else {
/* Make sure the identifierQuery returns the columns you need
* (if any) to determine the supported schemaLocations for this item */
HashMap nativeItem = stmtRs.getColumnValues();
return getRecordFactory().getSchemaLocations(nativeItem);