249250251252253254255256257258259
cb.append(" where "); } else cb.append(" and "); expr.generateJoin(cb); } EntityType entityType = item.getEntityType(); // jpa/0l44
574575576577578579580581582583584
else { cb.append(" where "); hasExpr = true; } expr.generateJoin(cb); } EntityType entityType = item.getEntityType(); // jpa/0l44
578579580581582583584585586587588