addRestrictions(restrictionSet, attribute.getWhere());
}
}
return m_persistenceMapping.getSortKeys(assocs, mappings, (restrictionSet.isEmpty()) ? null :
(Attribute[])restrictionSet.toArray(new Attribute[restrictionSet.size()]));
}
/**
* Adds equality restriction attributes from an S-expression to a set.
* @param attribSet The restriction attribute set.