Class AbstractQuery<T extends Query<?,?>,U>

java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<T,U>
All Implemented Interfaces:
Serializable, Query<T,U>, Command<Object>

public abstract class AbstractQuery<T extends Query<?,?>,U> extends ListQueryParameterObject implements Command<Object>, Query<T,U>, Serializable
Abstract superclass for all query types.
Author:
Joram Barrez
See Also: