Uses of Class
com.querydsl.core.types.ExpressionBase
Packages that use ExpressionBase
Package
Description
Aggregating post processing functionality
Various support classes
Expression types
-
Uses of ExpressionBase in com.querydsl.core.group
Subclasses of ExpressionBase in com.querydsl.core.group -
Uses of ExpressionBase in com.querydsl.core.support
Subclasses of ExpressionBase 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 ExpressionBase in com.querydsl.core.types
Subclasses of ExpressionBase in com.querydsl.core.typesModifier and TypeClassDescriptionclassArrayConstructorExpressionextendsFactoryExpressionBaseto represent array initializersfinal classConstantImpl<T>ConstantImplis the default implementation of theConstantinterfaceclassConstructorExpressionrepresents a constructor invocationclassCommon superclass forFactoryExpressionimplementationsstatic classFactoryExpressionAdapterprovides an adapter implementation of theFactoryExpressioninterfaceclassProjection template that allows implementing arbitrary mapping of rows to result objects.final classNullExpressiondefines a general null expressionclassOperationImplis the default implementation of theOperationinterfaceclassParameterizedPathImplrepresentsPathinstances with a parameterized generic typeclassParamExpressionImpldefines a parameter in a query with an optional nameclassPathImpl<T>PathImpldefines a default implementation of thePathinterfacefinal classPredicateOperationprovides a Boolean typedOperationimplementationclassPredicateTemplateprovides a Boolean typedTemplateExpressionimplementationclassQBean<T>QBeanis a JavaBean populating projection typeclassQListrepresents a projection of type ListclassQMaprepresents a projection of type MapclassQTuplerepresents a projection of typeTupleclassSubQueryExpressionImplis the default implementation of theSubQueryExpressioninterfaceclassDefault implementation of theTemplateExpressioninterface