Package com.querydsl.collections


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