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