| Package | Description | 
|---|---|
| com.mysema.query | Contains basic Query elements | 
| com.mysema.query.collections | Implementations of Querydsl query interfaces for JavaBean collections | 
| com.mysema.query.hibernate.search | |
| 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 | JPQL for JPA | 
| com.mysema.query.jpa.sql | |
| com.mysema.query.lucene | |
| com.mysema.query.mongodb | |
| com.mysema.query.sql | SQL/JDBC support for Querydsl | 
| 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  SearchResultsform | 
| 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<Tuple> | AbstractCollQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractCollQuery. listResults(Expression<RT> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<T> | SearchQuery. listResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<Tuple> | AbstractJDOQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractJDOQuery. listResults(Expression<RT> expr) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<Tuple> | AbstractSQLQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractSQLQuery. listResults(Expression<RT> expr) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<Tuple> | AbstractHibernateQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractHibernateQuery. listResults(Expression<RT> expr) | 
| Modifier and Type | Method and Description | 
|---|---|
| <RT> SearchResults<RT> | AbstractHibernateSQLQuery. listResults(Expression<RT> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<Tuple> | AbstractJPAQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractJPAQuery. listResults(Expression<RT> expr) | 
| Modifier and Type | Method and Description | 
|---|---|
| <RT> SearchResults<RT> | AbstractJPASQLQuery. listResults(Expression<RT> projection) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<T> | AbstractLuceneQuery. listResults() | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<K> | MongodbQuery. listResults() | 
| SearchResults<K> | MongodbQuery. listResults(Path<?>... paths) | 
| Modifier and Type | Method and Description | 
|---|---|
| SearchResults<Tuple> | ProjectableSQLQuery. listResults(Expression<?>... args) | 
| <RT> SearchResults<RT> | AbstractSQLQuery. listResults(Expression<RT> expr) | 
| 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.