Uses of Class
com.storedobject.core.QueryBuilder
Packages that use QueryBuilder
-
Uses of QueryBuilder in com.storedobject.core
Methods in com.storedobject.core that return QueryBuilderModifier and TypeMethodDescriptionQueryBuilder.any()
Enables the "any" condition so that all subclasses to be included in the output.QueryBuilder.any
(boolean any) Sets the "any" condition for the query, a boolean value indicating whether to retrieve all subclasses or not.Sets the "any" condition for the query, a boolean value indicating whether to retrieve all subclasses or not.Sets the column names to be retrieved or operated upon in the query being built.QueryBuilder.distinctColumns
(int... columnNumbers) Specifies the columns by their indexes to be considered as distinct in the query.static <O extends StoredObject>
QueryBuilder<O> Creates a newQueryBuilder
instance for the specified class type.<T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder()
<T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder
(String extraCondition) <T extends StoredObject>
QueryBuilder<T> ReportDefinition.getQueryBuilder
(String extraCondition, String orderBy) QueryBuilder.limit
(int limit) Sets a limit on the number of records to be retrieved by the query.Sets the "order by" clause for the query being built.QueryBuilder.skip
(int skip) Sets an offset to skip a specified number of records or results in the query being built.QueryBuilder.transaction
(Transaction transaction) Sets the transaction for the query being built.Sets the "where" clause for the query being built. -
Uses of QueryBuilder in com.storedobject.report
Methods in com.storedobject.report that return QueryBuilderModifier and TypeMethodDescriptiondefault QueryBuilder
<T> ObjectLister.customizeQueryBuilder
(QueryBuilder<T> queryBuilder) Methods in com.storedobject.report with parameters of type QueryBuilderModifier and TypeMethodDescriptiondefault QueryBuilder
<T> ObjectLister.customizeQueryBuilder
(QueryBuilder<T> queryBuilder)