Uses of Interface
com.db4o.query.QueryComparator
-
Packages that use QueryComparator Package Description com.db4o com.db4o.internal com.db4o.internal.query com.db4o.internal.query.processor com.db4o.internal.query.result com.db4o.query -
-
Uses of QueryComparator in com.db4o
Methods in com.db4o with parameters of type QueryComparator Modifier and Type Method Description <TargetType>
ObjectSet<TargetType>ObjectContainer. query(Predicate<TargetType> predicate, QueryComparator<TargetType> comparator)Native Query Interface. -
Uses of QueryComparator in com.db4o.internal
Methods in com.db4o.internal with parameters of type QueryComparator Modifier and Type Method Description ObjectSetExternalObjectContainer. query(Predicate predicate, QueryComparator comparator)<T> ObjectSet<T>ObjectContainerBase. query(Transaction trans, Predicate<T> predicate, QueryComparator<T> comparator)<T> ObjectSet<T>ObjectContainerSession. query(Predicate<T> predicate, QueryComparator<T> comparator) -
Uses of QueryComparator in com.db4o.internal.query
Methods in com.db4o.internal.query with parameters of type QueryComparator Modifier and Type Method Description <T> ObjectSet<T>NativeQueryHandler. execute(Query query, Predicate<T> predicate, QueryComparator<T> comparator)voidObjectSetFacade. sort(QueryComparator cmp) -
Uses of QueryComparator in com.db4o.internal.query.processor
Methods in com.db4o.internal.query.processor that return QueryComparator Modifier and Type Method Description QueryComparatorQQueryBase. comparator()Methods in com.db4o.internal.query.processor with parameters of type QueryComparator Modifier and Type Method Description QueryQQueryBase. sortBy(QueryComparator comparator) -
Uses of QueryComparator in com.db4o.internal.query.result
Methods in com.db4o.internal.query.result with parameters of type QueryComparator Modifier and Type Method Description voidAbstractQueryResult. sort(QueryComparator cmp)voidHybridQueryResult. sort(QueryComparator cmp)voidIdListQueryResult. sort(QueryComparator cmp)voidQueryResult. sort(QueryComparator cmp)voidStatefulQueryResult. sort(QueryComparator cmp) -
Uses of QueryComparator in com.db4o.query
Classes in com.db4o.query that implement QueryComparator Modifier and Type Class Description classJdkComparatorWrapperMethods in com.db4o.query with parameters of type QueryComparator Modifier and Type Method Description QueryQuery. sortBy(QueryComparator<?> comparator)Sort the resulting ObjectSet by the given comparator.
-