Uses of Interface
com.querydsl.core.Tuple
Packages that use Tuple
Package
Description
Basic Query elements
Aggregating post processing functionality
Expression types
DSL expression types
-
Uses of Tuple in com.querydsl.core
Methods in com.querydsl.core that return types with arguments of type TupleModifier and TypeMethodDescriptionFetchableQuery.select(Expression<?>... exprs) Change the projection of this query -
Uses of Tuple in com.querydsl.core.group
Methods in com.querydsl.core.group that return types with arguments of type TupleModifier and TypeMethodDescriptionprotected static FactoryExpression<Tuple>AbstractGroupByTransformer.withoutGroupExpressions(FactoryExpression<Tuple> expr) Method parameters in com.querydsl.core.group with type arguments of type TupleModifier and TypeMethodDescriptionprotected static FactoryExpression<Tuple>AbstractGroupByTransformer.withoutGroupExpressions(FactoryExpression<Tuple> expr) -
Uses of Tuple in com.querydsl.core.types
Methods in com.querydsl.core.types that return TupleMethods in com.querydsl.core.types with parameters of type Tuple -
Uses of Tuple in com.querydsl.core.types.dsl
Methods in com.querydsl.core.types.dsl that return types with arguments of type TupleModifier and TypeMethodDescriptionstatic SimpleExpression<Tuple>Expressions.list(SimpleExpression<?>... exprs) Combine the given expressions into a list expressionstatic Expression<Tuple>Expressions.list(Expression<?>... exprs) Combine the given expressions into a list expressionstatic Expression<Tuple>Expressions.set(Expression<?>... exprs) Combine the given expressions into a set expression