| Package | Description |
|---|---|
| com.querydsl.core |
Contains basic Query elements
|
| com.querydsl.core.support |
Various support classes
|
| 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. |
| Modifier and Type | Class and Description |
|---|---|
class |
FetchableQueryBase<T,Q extends FetchableQueryBase<T,Q>>
|
class |
FetchableSubQueryBase<T,Q extends FetchableSubQueryBase<T,Q>>
FetchableSubQueryBase extends FetchableQueryBase to provide fluent Expression creation functionality |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.