|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SearchResults | |
---|---|
com.mysema.query | Contains basic Query elements |
com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections |
com.mysema.query.jdo | JDOQL support for Querydsl |
com.mysema.query.jdo.sql | |
com.mysema.query.jpa.hibernate | JPQL for Hibernate |
com.mysema.query.jpa.hibernate.sql | |
com.mysema.query.jpa.impl | HQL Support classes |
com.mysema.query.jpa.sql | |
com.mysema.query.lucene | |
com.mysema.query.mongodb | |
com.mysema.query.search | |
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()
|
|
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.collections |
---|
Methods in com.mysema.query.collections that return SearchResults | ||
---|---|---|
|
AbstractColQuery.listResults(Expression<RT> projection)
|
Uses of SearchResults in com.mysema.query.jdo |
---|
Methods in com.mysema.query.jdo that return SearchResults | ||
---|---|---|
|
AbstractJDOQLQuery.listResults(Expression<RT> expr)
|
Uses of SearchResults in com.mysema.query.jdo.sql |
---|
Methods in com.mysema.query.jdo.sql that return SearchResults | ||
---|---|---|
|
JDOSQLQuery.listResults(Expression<RT> expr)
|
Uses of SearchResults in com.mysema.query.jpa.hibernate |
---|
Methods in com.mysema.query.jpa.hibernate that return SearchResults | ||
---|---|---|
|
AbstractHibernateQuery.listResults(Expression<RT> expr)
|
Uses of SearchResults in com.mysema.query.jpa.hibernate.sql |
---|
Methods in com.mysema.query.jpa.hibernate.sql that return SearchResults | ||
---|---|---|
|
HibernateSQLQuery.listResults(Expression<RT> projection)
|
Uses of SearchResults in com.mysema.query.jpa.impl |
---|
Methods in com.mysema.query.jpa.impl that return SearchResults | ||
---|---|---|
|
AbstractJPAQuery.listResults(Expression<RT> expr)
|
Uses of SearchResults in com.mysema.query.jpa.sql |
---|
Methods in com.mysema.query.jpa.sql that return SearchResults | ||
---|---|---|
|
JPASQLQuery.listResults(Expression<RT> projection)
|
Uses of SearchResults in com.mysema.query.lucene |
---|
Methods in com.mysema.query.lucene that return SearchResults | |
---|---|
SearchResults<T> |
AbstractLuceneQuery.listDistinctResults()
|
SearchResults<T> |
AbstractLuceneQuery.listResults()
|
Uses of SearchResults in com.mysema.query.mongodb |
---|
Methods in com.mysema.query.mongodb that return SearchResults | |
---|---|
SearchResults<K> |
MongodbQuery.listDistinctResults()
|
SearchResults<K> |
MongodbQuery.listResults()
|
Uses of SearchResults in com.mysema.query.search |
---|
Methods in com.mysema.query.search that return SearchResults | |
---|---|
SearchResults<T> |
SearchQuery.listDistinctResults()
|
SearchResults<T> |
SearchQuery.listResults()
|
Uses of SearchResults in com.mysema.query.sql |
---|
Methods in com.mysema.query.sql that return SearchResults | ||
---|---|---|
|
AbstractSQLQuery.listResults(Expression<RT> expr)
|
Uses of SearchResults in com.mysema.query.support |
---|
Methods in com.mysema.query.support that return SearchResults | ||
---|---|---|
SearchResults<T> |
SimpleQueryAdapter.listDistinctResults()
|
|
|
ProjectableAdapter.listDistinctResults(Expression<RT> expr)
|
|
|
ProjectableQuery.listDistinctResults(Expression<RT> projection)
|
|
SearchResults<T> |
SimpleQueryAdapter.listResults()
|
|
|
ProjectableAdapter.listResults(Expression<RT> expr)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |