| Package | Description |
|---|---|
| com.querydsl.core |
Basic Query elements
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SimpleQuery<Q extends SimpleQuery<Q>>
SimpleQuery defines a simple querying interface than Query |
| Modifier and Type | Interface and Description |
|---|---|
interface |
FetchableQuery<T,Q extends FetchableQuery<T,Q>>
FetchableQuery extends Fetchable and SimpleQuery with projection changing
methods and result aggregation functionality using ResultTransformer instances. |
interface |
Query<Q extends Query<Q>>
Query defines the main query interface of the fluent query language. |
Copyright © 2007–2019 Querydsl. All rights reserved.