/**
  * return a list of all location mapped to the attributes of the specified MappingClass
  *
  * @param theMappingClass
  * @return
  */
 public List getColumnLocations(MappingClass theMappingClass) {
   return mappingLocator.getColumnLocations(theMappingClass);
 }