Condition<EntityT> greaterThan(String p, {bool? caseSensitive}) => _op(p, _ConditionOp.gt, caseSensitive: caseSensitive);