|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SimpleQuery | |
|---|---|
| com.mysema.query | Contains basic Query elements |
| com.mysema.query.support | Various support classes |
| Uses of SimpleQuery in com.mysema.query |
|---|
| Classes in com.mysema.query with type parameters of type SimpleQuery | |
|---|---|
interface |
SimpleQuery<Q extends SimpleQuery<Q>>
SimpleQuery defines a simple querying interface than Query |
| Subinterfaces of SimpleQuery in com.mysema.query | |
|---|---|
interface |
Query<Q extends Query<Q>>
Query defines the main query interface of the fluent query language. |
| Uses of SimpleQuery in com.mysema.query.support |
|---|
| Classes in com.mysema.query.support that implement SimpleQuery | |
|---|---|
class |
SimpleProjectableAdapter<T>
SimpleQueryAdapter is an adapter implementation for the SimpleQuery and
SimpleProjectable interfaces |
| Constructors in com.mysema.query.support with parameters of type SimpleQuery | |
|---|---|
SimpleProjectableAdapter(SimpleQuery<?> query,
Projectable projectable,
Expression<T> projection)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||