|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResults | |
|---|---|
| com.mysema.query | Contains basic Query elements |
| com.mysema.query.support | Various support classes |
| Uses of SearchResults in com.mysema.query |
|---|
| Methods in com.mysema.query that return SearchResults | ||
|---|---|---|
static
|
SearchResults.emptyResults()
|
|
SearchResults<T> |
SimpleProjectable.listDistinctResults()
Get the projection in SearchResults form with distinct element |
|
|
Projectable.listDistinctResults(Expression<RT> projection)
list the distinct results for the given projection |
|
SearchResults<T> |
SimpleProjectable.listResults()
Get the projection in SearchResults form |
|
|
Projectable.listResults(Expression<RT> projection)
list the results for the given projection |
|
| Uses of SearchResults in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support that return SearchResults | ||
|---|---|---|
SearchResults<T> |
SimpleProjectableAdapter.listDistinctResults()
|
|
|
ProjectableAdapter.listDistinctResults(Expression<RT> expr)
|
|
|
ProjectableQuery.listDistinctResults(Expression<RT> projection)
|
|
SearchResults<T> |
SimpleProjectableAdapter.listResults()
|
|
|
ProjectableAdapter.listResults(Expression<RT> expr)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||