| Package | Description |
|---|---|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Modifier and Type | Field and Description |
|---|---|
static PathInits |
PathInits.DEFAULT |
static PathInits |
PathInits.DIRECT |
static PathInits |
PathInits.DIRECT2 |
| Modifier and Type | Method and Description |
|---|---|
PathInits |
PathInits.get(java.lang.String property) |
static PathInits |
PathInits.getFor(PathMetadata metadata,
PathInits root) |
| Modifier and Type | Method and Description |
|---|---|
protected <A,Q extends SimpleExpression<? super A>> |
BeanPath.createCollection(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super Q> queryType,
PathInits inits)
Create a new Collection typed path
|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createList(java.lang.String property,
java.lang.Class<? super A> type,
java.lang.Class<? super E> queryType,
PathInits inits)
Create a new List typed path
|
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
|
static PathInits |
PathInits.getFor(PathMetadata metadata,
PathInits root) |
| Constructor and Description |
|---|
BeanPath(java.lang.Class<? extends T> type,
PathMetadata metadata,
@Nullable PathInits inits) |
CollectionPath(java.lang.Class<? super E> type,
java.lang.Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
CollectionPathBase(PathImpl<C> mixin,
PathInits inits) |
EntityPathBase(java.lang.Class<? extends T> type,
PathMetadata metadata,
@Nullable PathInits inits) |
ListPath(java.lang.Class<? super E> elementType,
java.lang.Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
SetPath(java.lang.Class<? super E> type,
java.lang.Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
Copyright © 2007–2021 Querydsl. All rights reserved.