| Package | Description |
|---|---|
| com.querydsl.core |
Basic Query elements
|
| com.querydsl.core.dml |
DML interfaces
|
| com.querydsl.core.group |
Aggregating post processing functionality
|
| com.querydsl.core.support |
Various support classes
|
| com.querydsl.core.types |
Expression types
|
| com.querydsl.core.types.dsl |
DSL expression types
|
| Class and Description |
|---|
BooleanBuilder
BooleanBuilder is a cascading builder for Predicate expressions. |
DefaultQueryMetadata
DefaultQueryMetadata is the default implementation of the QueryMetadata interface. |
Fetchable
Fetchable defines default projection methods for Query implementations. |
FetchableQuery
FetchableQuery extends Fetchable and SimpleQuery with projection changing
methods and result aggregation functionality using ResultTransformer instances. |
FilteredClause
FilteredClause is an interface for clauses with a filter condition |
JoinExpression
JoinExpression is a join element in a Query instance. |
JoinFlag
JoinFlag defines a join related flag using an Expression instance |
| JoinFlag.Position
The different
JoinFlag positions |
JoinType
JoinType defines the supported join types |
NonUniqueResultException
NonUniqueResultException is thrown for query results where one result row is expected, but multiple
are retrieved. |
Query
Query defines the main query interface of the fluent query language. |
QueryException
QueryException is thrown for exceptional query construction issues |
| QueryFlag
Defines a positioned flag in a Query for customization of query serialization
|
| QueryFlag.Position
The different
QueryFlag positions |
QueryMetadata
QueryMetadata defines query metadata such as query sources, filtering
conditions and the projection |
QueryModifiers
QueryModifiers combines limit and offset info into a single immutable value type. |
QueryResults
QueryResults bundles data for paged query results |
| ResultTransformer
Executes query on a
FetchableQuery and transforms results into T. |
SimpleQuery
SimpleQuery defines a simple querying interface than Query |
Tuple
Tuple defines an interface for generic query result projection |
| Class and Description |
|---|
FilteredClause
FilteredClause is an interface for clauses with a filter condition |
| Class and Description |
|---|
FetchableQuery
FetchableQuery extends Fetchable and SimpleQuery with projection changing
methods and result aggregation functionality using ResultTransformer instances. |
| ResultTransformer
Executes query on a
FetchableQuery and transforms results into T. |
| Class and Description |
|---|
DefaultQueryMetadata
DefaultQueryMetadata is the default implementation of the QueryMetadata interface. |
Fetchable
Fetchable defines default projection methods for Query implementations. |
JoinExpression
JoinExpression is a join element in a Query instance. |
JoinFlag
JoinFlag defines a join related flag using an Expression instance |
| JoinFlag.Position
The different
JoinFlag positions |
JoinType
JoinType defines the supported join types |
| QueryFlag
Defines a positioned flag in a Query for customization of query serialization
|
| QueryFlag.Position
The different
QueryFlag positions |
QueryMetadata
QueryMetadata defines query metadata such as query sources, filtering
conditions and the projection |
QueryModifiers
QueryModifiers combines limit and offset info into a single immutable value type. |
| ResultTransformer
Executes query on a
FetchableQuery and transforms results into T. |
| Class and Description |
|---|
QueryMetadata
QueryMetadata defines query metadata such as query sources, filtering
conditions and the projection |
Tuple
Tuple defines an interface for generic query result projection |
| Class and Description |
|---|
Tuple
Tuple defines an interface for generic query result projection |
Copyright © 2007–2020 Querydsl. All rights reserved.