Interface | Description |
---|---|
QueryEngine |
QueryEngine defines an interface for the evaluation of ColQuery queries |
Class | Description |
---|---|
AbstractCollQuery<T,Q extends AbstractCollQuery<T,Q>> |
AbstractCollQuery provides a base class for Collection query implementations. |
CollDeleteClause<T> |
CollDeleteClause is an implementation of the DeleteClause interface for the Querydsl
Collections module |
CollQuery<T> |
CollQuery is the default implementation of the FetchableQuery interface for collections |
CollQueryFactory |
CollQueryFactory provides static convenience methods for query construction |
CollQueryFunctions |
CollQueryFunctions defines function implementation for use in ColQueryTemplates |
CollQueryMixin<T> |
CollQueryMixin extends QueryMixin to provide normalization logic specific to this module |
CollQuerySerializer |
CollQuerySerializer is a Serializer implementation for the Java language |
CollQueryTemplates |
CollQueryTemplates extends JavaTemplates to add module specific operation
templates. |
CollUpdateClause<T> |
CollUpdateClause is an implementation of the UpdateClause interface for Querydsl Collections |
DefaultEvaluatorFactory |
DefaultEvaluatorFactory provides Java source templates for evaluation of CollQuery queries |
DefaultQueryEngine |
Default implementation of the
QueryEngine interface |
EvaluatorFunction<S,T> |
Function implementation which uses an
Evaluator for transformation |
GuavaHelpers |
GuavaHelpers provides functionality to wrap Querydsl Predicate instances to Guava predicates
and Querydsl Expression instances to Guava functions |
JodaTimeTemplates |
Custom templates which support the Joda Time API instead of the JDK Date API
|
MultiComparator<T> |
MultiComparator compares arrays |
PathComparator<T,V extends Comparable<V>> |
Compares two beans based on the values at a specific path.
|
PathMatcher<T,V> |
Matches based on the current value of a path.
|
Copyright © 2007–2016 Querydsl. All rights reserved.