| Constructor and Description |
|---|
QueryDslExtensions() |
| Modifier and Type | Method and Description |
|---|---|
static com.querydsl.core.types.dsl.StringExpression |
groupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat)
The simple, no arg implementation.
|
static com.querydsl.core.types.dsl.StringExpression |
orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat,
com.querydsl.core.types.dsl.StringPath attributeOrder)
Same, and precises on which column (attribute path) it should be ordered
|
static com.querydsl.core.types.dsl.StringExpression |
orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat,
com.querydsl.core.types.dsl.StringPath attributeOrder,
ExtOps.ConcatOrder order)
Same, and precises on which column (attribute path) and how it should be ordered
|
@QueryDelegate(value=java.lang.String.class) public static com.querydsl.core.types.dsl.StringExpression groupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat)
string - @QueryDelegate(value=java.lang.String.class) public static com.querydsl.core.types.dsl.StringExpression orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat, com.querydsl.core.types.dsl.StringPath attributeOrder)
@QueryDelegate(value=java.lang.String.class) public static com.querydsl.core.types.dsl.StringExpression orderedGroupConcat(com.querydsl.core.types.dsl.StringPath attributeConcat, com.querydsl.core.types.dsl.StringPath attributeOrder, ExtOps.ConcatOrder order)
Copyright © 2010–2016 Henix, henix.fr. All rights reserved.