| Package | Description |
|---|---|
| com.querydsl.core.alias |
Alias functionality
|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Method and Description |
|---|---|
static <D> SetPath<D,SimpleExpression<D>> |
Alias.$(java.util.Set<D> arg)
Convert the given alias to an expression
|
| Modifier and Type | Method and Description |
|---|---|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createSet(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super E> queryType,
PathInits inits)
Create a new Set typed path
|
<A> SetPath<A,PathBuilder<A>> |
PathBuilder.getSet(java.lang.String property,
java.lang.Class<A> type)
Create a new Set typed path
|
<A,E extends SimpleExpression<A>> |
PathBuilder.getSet(java.lang.String property,
java.lang.Class<A> type,
java.lang.Class<? super E> queryType)
Create a new Set typed path
|
static <E,Q extends SimpleExpression<? super E>> |
Expressions.setPath(java.lang.Class<E> type,
java.lang.Class<Q> queryType,
PathMetadata metadata)
Create a new Path expression
|
Copyright © 2007–2021 Querydsl. All rights reserved.