Package com.querydsl.collections
package com.querydsl.collections
Java Bean collections support
-
ClassDescriptionAbstractCollQuery<T,
Q extends AbstractCollQuery<T, Q>> AbstractCollQueryprovides a base class forCollectionquery implementations.CollDeleteClauseis an implementation of theDeleteClauseinterface for the Querydsl Collections moduleCollQuery<T>CollQueryis the default implementation of theFetchableQueryinterface for collectionsCollQueryFactoryprovides static convenience methods for query constructionCollQueryFunctionsdefines function implementation for use in ColQueryTemplatesCollQueryMixinextendsQueryMixinto provide normalization logic specific to this moduleCollQuerySerializeris aSerializerimplementation for the Java languageCollQueryTemplatesextendsJavaTemplatesto add module specific operation templates.CollUpdateClauseis an implementation of theUpdateClauseinterface for Querydsl CollectionsDefaultEvaluatorFactoryprovides Java source templates for evaluation ofCollQueryqueriesDefault implementation of theQueryEngineinterfaceEvaluatorFunction<S,T> Function implementation which uses anEvaluatorfor transformationGuavaHelpersprovides functionality to wrap QuerydslPredicateinstances to Guava predicates and QuerydslExpressioninstances to Guava functionsCustom templates which support the Joda Time API instead of the JDK Date APIMultiComparatorcompares arraysPathComparator<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.QueryEnginedefines an interface for the evaluation of ColQuery queries