| Package | Description |
|---|---|
| com.mysema.query |
Contains basic Query elements
|
| com.mysema.query.support |
Various support classes
|
| Modifier and Type | Method and Description |
|---|---|
static <T> SearchResults<T> |
SearchResults.emptyResults() |
SearchResults<T> |
SimpleProjectable.listResults()
Get the projection in
SearchResults form |
SearchResults<Tuple> |
Projectable.listResults(Expression<?>... args)
list the results for the given projection
|
<RT> SearchResults<RT> |
Projectable.listResults(Expression<RT> projection)
list the results for the given projection
|
| Modifier and Type | Method and Description |
|---|---|
SearchResults<T> |
SimpleProjectableAdapter.listResults() |
SearchResults<Tuple> |
ProjectableAdapter.listResults(Expression<?>... args) |
<RT> SearchResults<RT> |
ProjectableAdapter.listResults(Expression<RT> expr) |
Copyright © 2007–2015 Querydsl. All rights reserved.