| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.support |
Various support classes
|
| 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 |
Query<Q extends Query<Q>>
Query defines the main query interface of the fluent query language.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SimpleProjectableAdapter<T>
SimpleQueryAdapter is an adapter implementation for the
SimpleQuery and
SimpleProjectable interfaces |
| Constructor and Description |
|---|
SimpleProjectableAdapter(SimpleQuery<?> query,
Projectable projectable,
Expression<T> projection) |
Copyright © 2007–2015 Querydsl. All rights reserved.