Searched refs:isIdentityMatching (Results 1 – 1 of 1) sorted by relevance
1027 boolean isIdentityMatching, boolean countOnly) { in buildIdentityMatchingSql() argument1029 final String matchingOperator = (isIdentityMatching) ? "=" : "!="; in buildIdentityMatchingSql()