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(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(String property,
Class<? super A> type,
Class<? super Q> queryType,
PathInits inits)
Create a new Collection typed path
|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createList(String property,
Class<? super A> type,
Class<? super E> queryType,
PathInits inits)
Create a new List typed path
|
protected <A,E extends SimpleExpression<? super A>> |
BeanPath.createSet(String property,
Class<? super A> type,
Class<? super E> queryType,
PathInits inits)
Create a new Set typed path
|
static PathInits |
PathInits.getFor(PathMetadata metadata,
PathInits root) |
Constructor and Description |
---|
BeanPath(Class<? extends T> type,
PathMetadata metadata,
PathInits inits) |
CollectionPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
CollectionPathBase(PathImpl<C> mixin,
PathInits inits) |
EntityPathBase(Class<? extends T> type,
PathMetadata metadata,
PathInits inits) |
ListPath(Class<? super E> elementType,
Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
SetPath(Class<? super E> type,
Class<Q> queryType,
PathMetadata metadata,
PathInits inits) |
Copyright © 2007–2016 Querydsl. All rights reserved.