|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SearchResults | |
|---|---|
| com.mysema.query | Contains basic Query elements |
| com.mysema.query.collections.impl | Implementations of Querydsl query interfaces for JavaBean collections |
| com.mysema.query.hql.hibernate | HQL for Hibernate |
| com.mysema.query.hql.jpa | HQL Support classes |
| com.mysema.query.jdoql | JDOQL support for Querydsl |
| com.mysema.query.sql | SQL/JDBC support for Querydsl |
| 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()
|
|
|
Projectable.listDistinctResults(Expr<RT> projection)
list the distinct results for the given projection |
|
|
Projectable.listResults(Expr<RT> projection)
list the results for the given projection |
|
| Uses of SearchResults in com.mysema.query.collections.impl |
|---|
| Methods in com.mysema.query.collections.impl that return SearchResults | ||
|---|---|---|
|
AbstractColQuery.listResults(Expr<RT> projection)
|
|
| Uses of SearchResults in com.mysema.query.hql.hibernate |
|---|
| Methods in com.mysema.query.hql.hibernate that return SearchResults | ||
|---|---|---|
|
AbstractHibernateQuery.listResults(Expr<RT> expr)
|
|
| Uses of SearchResults in com.mysema.query.hql.jpa |
|---|
| Methods in com.mysema.query.hql.jpa that return SearchResults | ||
|---|---|---|
|
AbstractJPAQuery.listResults(Expr<RT> expr)
|
|
| Uses of SearchResults in com.mysema.query.jdoql |
|---|
| Methods in com.mysema.query.jdoql that return SearchResults | ||
|---|---|---|
|
AbstractJDOQLQuery.listResults(Expr<RT> expr)
|
|
| Uses of SearchResults in com.mysema.query.sql |
|---|
| Methods in com.mysema.query.sql that return SearchResults | ||
|---|---|---|
|
AbstractSQLQuery.listResults(Expr<RT> expr)
|
|
| Uses of SearchResults in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support that return SearchResults | ||
|---|---|---|
|
QueryBaseWithProjection.listDistinctResults(Expr<RT> projection)
|
|
|
ProjectableAdapter.listDistinctResults(Expr<RT> expr)
|
|
|
ProjectableAdapter.listResults(Expr<RT> expr)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||