}
}
if((aIndCategory != null && !aIndCategory.equals("")) || aIndCode > 0) {
if(aIndCategory != null) {
Industry indEntity = aTxnRemote.findIndCode(aIndCategory);
if(indEntity != null)
aIndCode = indEntity.getIndustrycode();
}
}
query.append("SELECT u ");
query.append("FROM Userrecord u, IN( u.job ) j, IN( j.occupation ) o, IN( j.industry ) i ");