*/
public void appendJoinTables(DynamicQuery qry, FindQualifiers fq, List<KeyedReference> keyedRefs) {
if (keyedRefs != null & keyedRefs.size() > 0) {
// Sorting the collection by tModel Key
Collections.sort(keyedRefs, new KeyedRefTModelComparator());
StringBuffer thetaJoins = new StringBuffer(200);
int tblCount = 0;
int count = 0;
String curTModelKey = null;