| Package | Description |
|---|---|
| com.querydsl.collections |
Implementations of Querydsl query interfaces for JavaBean collections
|
| com.querydsl.core |
Contains basic Query elements
|
| com.querydsl.hibernate.search | |
| com.querydsl.jdo |
JDOQL support for Querydsl
|
| com.querydsl.jdo.sql | |
| com.querydsl.jpa.hibernate |
JPQL for Hibernate
|
| com.querydsl.jpa.hibernate.sql | |
| com.querydsl.jpa.impl |
JPQL for JPA
|
| com.querydsl.jpa.sql | |
| com.querydsl.lucene3 | |
| com.querydsl.lucene4 | |
| com.querydsl.mongodb | |
| com.querydsl.sql |
SQL/JDBC support for Querydsl
|
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractCollQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
static <T> QueryResults<T> |
QueryResults.emptyResults() |
QueryResults<T> |
Fetchable.fetchResults()
Get the projection in
QueryResults form |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractSearchQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractJDOQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractSQLQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractHibernateQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractHibernateSQLQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractJPAQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractJPASQLQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractLuceneQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractLuceneQuery.fetchResults() |
| Modifier and Type | Method and Description |
|---|---|
QueryResults<K> |
AbstractMongodbQuery.fetchResults() |
QueryResults<K> |
AbstractMongodbQuery.fetchResults(Path<?>... paths)
Fetch results with the specific fields
|
| Modifier and Type | Method and Description |
|---|---|
QueryResults<T> |
AbstractSQLQuery.fetchResults() |
Copyright © 2007–2015 Mysema Ltd. All rights reserved.