{
Expression newExp = ExpressionFactory.matchExp(property, null);
exp = conjugate(newExp, exp);
}
else if (PersistenceCriterion.OPERATOR_ALIAS.equals(operator))
throw new PersistenceException("'alias' operation not supproted by Cayenne persistence criterion.");
}
Class beanClass = determineEntityClass(query.getObjectClass ());
SelectQuery cq = new SelectQuery(beanClass, exp);