Class AbstractASelectQuery
java.lang.Object
org.opencastproject.assetmanager.impl.query.AbstractASelectQuery
- All Implemented Interfaces:
ASelectQuery,EntityPaths,SelectQueryContributor
public abstract class AbstractASelectQuery
extends Object
implements ASelectQuery, SelectQueryContributor, EntityPaths
-
Field Summary
FieldsFields inherited from interface org.opencastproject.assetmanager.impl.persistence.EntityPaths
$NO_ENTITY, $Q_PROPERTY, $Q_SNAPSHOT, Q_ASSET, Q_PROPERTY, Q_SNAPSHOT -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.opencastproject.assetmanager.impl.query.SelectQueryContributor
contributeSelect
-
Field Details
-
logger
protected static final org.slf4j.Logger logger
-
-
Constructor Details
-
AbstractASelectQuery
-
-
Method Details
-
where
Description copied from interface:ASelectQueryRestrict the set of returned records by adding a predicate. This method may be called multiple times combining predicates using logical AND.- Specified by:
wherein interfaceASelectQuery
-
page
Description copied from interface:ASelectQuerySet paging information.- Specified by:
pagein interfaceASelectQuery
-
orderBy
Description copied from interface:ASelectQuerySpecify an order.- Specified by:
orderByin interfaceASelectQuery
-
run
Description copied from interface:ASelectQueryRun the query and return the result.- Specified by:
runin interfaceASelectQuery
-