128129130131132133134135136137138
switch( operator ) { case IS_IN: return new IsInSetPredicate( fieldName, list ); case IS_NOT_IN: return new IsNotInSetPredicate( fieldName, list ); } } if( predicate instanceof CompoundPredicate ) {