* @deprecated
*/
protected void map(ValueMapping vm, String name, ColumnIO io,
boolean adapt, List cols, List args) {
DBDictionary dict = vm.getMappingRepository().getDBDictionary();
DBIdentifier colName = DBIdentifier.newColumn(name, dict != null ? dict.delimitAll() : false);
map(vm, colName, io, adapt, cols, args);
}
/**
* Maps embedded value and gathers columns and arguments into given lists.