#274 - Predicate using a foreign key column sometimes adds an extra join

This commit is contained in:
rbygrave
2015-04-11 18:53:17 +12:00
parent bede89fe13
commit db57404e18
3 changed files with 46 additions and 34 deletions
@@ -31,6 +31,10 @@ public final class BeanFkeyProperty implements ElPropertyValue {
this.placeHolder = calcPlaceHolder(prefix, dbColumn);
}
public String toString() {
return "prefix:"+prefix+" name:"+name+" dbColumn:"+dbColumn+" ph:"+placeHolder;
}
public int getDeployOrder() {
return deployOrder;
}