Uses of Interface
com.db4o.query.Query
- 
Packages that use Query Package Description com.db4o com.db4o.events com.db4o.internal com.db4o.internal.callbacks com.db4o.internal.events com.db4o.internal.qlin com.db4o.internal.query com.db4o.internal.query.processor com.db4o.query 
- 
- 
Uses of Query in com.db4oMethods in com.db4o that return Query Modifier and Type Method Description QueryObjectContainer. query()Creates a new S.O.D.A.
- 
Uses of Query in com.db4o.eventsMethods in com.db4o.events that return Query Modifier and Type Method Description QueryQueryEventArgs. query()TheQuerywhich triggered the event.Constructors in com.db4o.events with parameters of type Query Constructor Description QueryEventArgs(Transaction transaction, Query q)Creates a new instance for the specifiedQueryinstance.
- 
Uses of Query in com.db4o.internalMethods in com.db4o.internal that return Query Modifier and Type Method Description QueryExternalObjectContainer. query()QueryObjectContainerBase. query(Transaction ta)QueryObjectContainerSession. query()
- 
Uses of Query in com.db4o.internal.callbacksMethods in com.db4o.internal.callbacks with parameters of type Query Modifier and Type Method Description voidCallbacks. queryOnFinished(Transaction transaction, Query query)voidNullCallbacks. queryOnFinished(Transaction transaction, Query query)voidCallbacks. queryOnStarted(Transaction transaction, Query query)voidNullCallbacks. queryOnStarted(Transaction transaction, Query query)
- 
Uses of Query in com.db4o.internal.eventsMethods in com.db4o.internal.events with parameters of type Query Modifier and Type Method Description voidEventRegistryImpl. queryOnFinished(Transaction transaction, Query query)voidEventRegistryImpl. queryOnStarted(Transaction transaction, Query query)
- 
Uses of Query in com.db4o.internal.qlinMethods in com.db4o.internal.qlin that return Query Modifier and Type Method Description QueryQLinRoot. query()protected QueryQLinSubNode. query()Constructors in com.db4o.internal.qlin with parameters of type Query Constructor Description QLinRoot(Query query, java.lang.Class<T> clazz)
- 
Uses of Query in com.db4o.internal.queryMethods in com.db4o.internal.query with parameters of type Query Modifier and Type Method Description <T> ObjectSet<T>NativeQueryHandler. execute(Query query, Predicate<T> predicate, QueryComparator<T> comparator)java.lang.ObjectDb4oNQOptimizer. optimize(Query query, Predicate filter)voidDb4oEnhancedFilter. optimizeQuery(Query query)
- 
Uses of Query in com.db4o.internal.query.processorClasses in com.db4o.internal.query.processor that implement Query Modifier and Type Class Description classQQueryQQuery is the users hook on our graph.Methods in com.db4o.internal.query.processor that return Query Modifier and Type Method Description QueryQQueryBase. descend(java.lang.String a_field)QueryQQueryBase. orderAscending()QueryQQueryBase. orderDescending()QueryQQuery. sortBy(java.util.Comparator comparator)QueryQQueryBase. sortBy(QueryComparator comparator)
- 
Uses of Query in com.db4o.queryMethods in com.db4o.query that return Query Modifier and Type Method Description QueryQuery. descend(java.lang.String fieldName)Returns a reference to a descendant node in the query graph.QueryQuery. orderAscending()Adds an ascending ordering criteria to this node of the query graph.QueryQuery. orderDescending()Adds a descending order criteria to this node of the query graph.QueryQuery. sortBy(QueryComparator<?> comparator)Sort the resulting ObjectSet by the given comparator.QueryQuery. sortBy(java.util.Comparator comparator)Sort the resulting ObjectSet by the given comparator.
 
-