Uses of Class
com.querydsl.core.types.FactoryExpressionBase
Packages that use FactoryExpressionBase
Package
Description
Aggregating post processing functionality
Various support classes
Expression types
-
Uses of FactoryExpressionBase in com.querydsl.core.group
Subclasses of FactoryExpressionBase in com.querydsl.core.group -
Uses of FactoryExpressionBase in com.querydsl.core.support
Subclasses of FactoryExpressionBase in com.querydsl.core.supportModifier 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 expressions -
Uses of FactoryExpressionBase in com.querydsl.core.types
Subclasses of FactoryExpressionBase in com.querydsl.core.typesModifier and TypeClassDescriptionclassArrayConstructorExpressionextendsFactoryExpressionBaseto represent array initializersclassConstructorExpressionrepresents a constructor invocationclassProjection 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 typeTuple