Uses of Package
com.querydsl.core.types.dsl
Packages that use com.querydsl.core.types.dsl
Package
Description
Alias functionality
Aggregating post processing functionality
Various support classes
DSL expression types
-
Classes in com.querydsl.core.types.dsl used by com.querydsl.core.aliasClassDescription
ArrayPathrepresents an array typed pathBooleanPathrepresents boolean path expressionsCollectionPathrepresents collection pathsComparablePathrepresents comparable pathsDatePathpresents Date pathsDateTimePathpresents DateTime typed pathsEntityPathBaseprovides a base class forEntityPathimplementationsEnumPathrepresents enum pathsListPathrepresents list pathsMapPathrepresents map pathsNumberPathrepresents numeric pathsSetPathrepresents set pathsSimpleExpressionis the base class forExpressionimplementations.SimplePathrepresents simple pathsStringPathrepresents String typed pathsTimePathrepresented Time paths -
Classes in com.querydsl.core.types.dsl used by com.querydsl.core.groupClassDescription
DslExpressionis the base class for DSL expressions, butSimpleExpressionis the base class for scalar Expressions -
Classes in com.querydsl.core.types.dsl used by com.querydsl.core.supportClassDescription
BooleanExpressionrepresentsBooleanexpressionsBooleanOperationrepresents boolean operations -
Classes in com.querydsl.core.types.dsl used by com.querydsl.core.types.dslClassDescription
ArrayExpressiondefines an interface for array typed expressionArrayPathrepresents an array typed pathBeanPathrepresents bean pathsBooleanExpressionrepresentsBooleanexpressionsBooleanOperationrepresents boolean operationsBooleanPathrepresents boolean path expressionsBooleanTemplateis a custom boolean expressionCaseBuilderenables the construction of typesafe case-when-then-else constructs : e.g.Cascading typesafe Case builderIntermediate When stateInitial state of Case constructionCaseForEqBuilderenables the construction of typesafe case-when-then-else constructs for equals-operations : e.g.Intermediate stepIntermediate stepCoalescedefines a coalesce function invocation.CollectionExpressionBaseis an abstract base class forCollectionExpressionimplementationsCollectionPathrepresents collection pathsCollectionPathis a base class for collection typed pathsComparableEntityPathextends theComparablePathclass to implement the EntityPath interfaceComparableExpressionextendsComparableExpressionBaseto provide comparison methods.ComparableExpressionBaserepresents comparable expressionsComparableOperationrepresents Comparable operationsComparablePathrepresents comparable pathsComparableTemplatedefines custom comparable expressionsDateExpressionrepresents Date expressions The date representation is compatible with the Gregorian calendar.DateOperationrepresents Date operationsDatePathpresents Date pathsDateTemplatedefines custom date expressionsDateTimeExpressionrepresents Date / Time expressions The date representation is compatible with the Gregorian calendar.DateTimeOperationrepresents DateTime operationsDateTimePathpresents DateTime typed pathsDateTimeTemplatedefines custom dateTime expressionsDslExpressionis the base class for DSL expressions, butSimpleExpressionis the base class for scalar ExpressionsDslOperationrepresents a simple operation expressionDslPathrepresents simple pathsDslTemplatedefines custom simple expressionsEntityPathBaseprovides a base class forEntityPathimplementationsEnumExpressionrepresents Enum typed expressionsEnumOperationrepresents enum operationsEnumPathrepresents enum pathsEnumTemplatedefines custom enum expressionsListExpressionrepresentsjava.util.Listtyped expressionsListPathrepresents list pathsLiteralExpressionrepresents literal expressionsMapExpressionBaseis an abstract base class forMapExpressionimplementationsMapPathrepresents map pathsNumberExpressionrepresents a numeric expressionNumberOperationrepresents numeric operationsNumberPathrepresents numeric pathsNumberTemplatedefines custom numeric expressionsPathBuilderis an extension toEntityPathBasefor dynamic path constructionPathBuilderValidatorvalidatesPathBuilderproperties at creation timePathInitsdefines path initializations that can be attached to properties via QueryInit annotationsSetPathrepresents set pathsSimpleExpressionis the base class forExpressionimplementations.SimpleOperationrepresents a simple operation expressionSimplePathrepresents simple pathsSimpleTemplatedefines custom simple expressionsStringExpressionrepresentsStringexpressionsStringOperationrepresents a String typed operationStringPathrepresents String typed pathsStringTemplatedefines custom String expressionsTemporalExpressionis a supertype for Date/Time related typesTimeExpressionrepresents Time expressionsTimeOperationrepresents Time operationsTimePathrepresented Time pathsTimeTemplatedefines custom time expressions