public class QueryFactory extends Object
QueryFactory()
static boolean
andTest(Object obj, Criteria... exp)
static <T> List<T>
filter(Collection<T> items, Criteria exp)
orTest(Object obj, Criteria... exp)
test(Object obj, Criteria exp)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public QueryFactory()
public static boolean test(Object obj, Criteria exp)
public static boolean andTest(Object obj, Criteria... exp)
public static boolean orTest(Object obj, Criteria... exp)
public static <T> List<T> filter(Collection<T> items, Criteria exp)
Copyright © 2015. All Rights Reserved.