Uses of Interface
com.querydsl.core.types.FactoryExpression
Packages that use FactoryExpression
Package
Description
Aggregating post processing functionality
Various support classes
Expression types
-
Uses of FactoryExpression in com.querydsl.core.group
Classes in com.querydsl.core.group that implement FactoryExpressionMethods in com.querydsl.core.group that return FactoryExpressionModifier and TypeMethodDescriptionprotected static FactoryExpression<Tuple>AbstractGroupByTransformer.withoutGroupExpressions(FactoryExpression<Tuple> expr) Methods in com.querydsl.core.group with parameters of type FactoryExpressionModifier and TypeMethodDescription<V> ResultTransformer<Map<K,V>> GroupByBuilder.as(FactoryExpression<V> expression) Get the results as a map<V,RES extends Collection<V>>
ResultTransformer<RES>GroupByBuilder.collection(Supplier<RES> resultFactory, FactoryExpression<V> expression) Get the results as a list<V> ResultTransformer<com.mysema.commons.lang.CloseableIterator<V>>GroupByBuilder.iterate(FactoryExpression<V> expression) Get the results as a closeable iterator<V> ResultTransformer<List<V>>GroupByBuilder.list(FactoryExpression<V> expression) Get the results as a listprotected static FactoryExpression<Tuple>AbstractGroupByTransformer.withoutGroupExpressions(FactoryExpression<Tuple> expr) -
Uses of FactoryExpression in com.querydsl.core.support
Classes in com.querydsl.core.support that implement FactoryExpressionModifier and TypeClassDescriptionclassConstantHidingExpressionremoves constants from the argument list and injects them back into the result chainclassEnumConversionensures that the results of an enum projection conform to the type of the projection expressionclassNumberConversionensures that the results of a numeric projection conform to the type of the projection expressionclassNumberConversionsensures that the results of a projection involving numeric expressions conform to the types of the numeric expressionsMethods in com.querydsl.core.support with parameters of type FactoryExpressionModifier and TypeMethodDescriptionExpression<?>CollectionAnyVisitor.visit(FactoryExpression<?> expr, Context context) PathsExtractor.visit(FactoryExpression<?> expr, List<Path<?>> paths) Expression<?>ReplaceVisitor.visit(FactoryExpression<?> expr, C context) SerializerBase.visit(FactoryExpression<?> expr, Void context) Constructors in com.querydsl.core.support with parameters of type FactoryExpression -
Uses of FactoryExpression in com.querydsl.core.types
Classes in com.querydsl.core.types that implement FactoryExpressionModifier and TypeClassDescriptionclassArrayConstructorExpressionextendsFactoryExpressionBaseto represent array initializersclassConstructorExpressionrepresents a constructor invocationclassCommon superclass forFactoryExpressionimplementationsstatic classFactoryExpressionAdapterprovides an adapter implementation of theFactoryExpressioninterfaceclassProjection template that allows implementing arbitrary mapping of rows to result objects.classQBean<T>QBeanis a JavaBean populating projection typeclassQListrepresents a projection of type ListclassQMaprepresents a projection of type MapclassQTuplerepresents a projection of typeTupleMethods in com.querydsl.core.types that return FactoryExpressionModifier and TypeMethodDescriptionFactoryExpressionBase.skipNulls()Returns a wrapper expression which returns null if all arguments to newInstance are nullstatic <T> FactoryExpression<T>FactoryExpressionUtils.wrap(FactoryExpression<T> expr) static <T> FactoryExpression<T>FactoryExpressionUtils.wrap(FactoryExpression<T> expr, List<Expression<?>> conversions) static FactoryExpression<?>FactoryExpressionUtils.wrap(List<? extends Expression<?>> projection) Methods in com.querydsl.core.types with parameters of type FactoryExpressionModifier and TypeMethodDescriptionHashCodeVisitor.visit(FactoryExpression<?> expr, Void context) ParamsVisitor.visit(FactoryExpression<?> expr, QueryMetadata context) Path<?>PathExtractor.visit(FactoryExpression<?> expr, Void context) ToStringVisitor.visit(FactoryExpression<?> e, Templates templates) Set<Expression<?>>ValidatingVisitor.visit(FactoryExpression<?> expr, Set<Expression<?>> known) Visitor.visit(FactoryExpression<?> expr, C context) Visit a FactoryExpression instance with the given contextstatic <T> FactoryExpression<T>FactoryExpressionUtils.wrap(FactoryExpression<T> expr) static <T> FactoryExpression<T>FactoryExpressionUtils.wrap(FactoryExpression<T> expr, List<Expression<?>> conversions)