|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
See:
Description
| Interface Summary | |
|---|---|
| Constant<D> | Constant represents a general constant expression. |
| Custom<T> | Custom provides base types for custom expressions with integrated serialization templates |
| Operation<RT> | Operation represents an operation with operator and arguments |
| Operator<RT> | Operator represents operator symbols |
| Ops | Ops provides the operators for the fluent query grammar. |
| Ops.AggOps | Aggreation operators |
| Ops.DateTimeOps | Date and time operators |
| Ops.MathOps | Math operators |
| Ops.QuantOps | Quantification operators |
| Ops.StringOps | String operators |
| Path<C> | Path represents a path expression |
| SubQuery<T> | SubQuery represents a sub query. |
| Visitor | Visitor defines a Visitor signature for Expr instances. |
| Class Summary | |
|---|---|
| EArrayConstructor<D> | EArrayConstructor extends EConstructor to represent array initializers |
| EConstructor<D> | EConstructor represents a constructor invocation |
| Expr<D> | Expr represents a general typed expression in a Query instance. |
| OperatorImpl<RT> | OperatorImpl is the default implementation of the Operator interface |
| OrderSpecifier<A extends Comparable> | OrderSpecifier represents an order-by-element in a Query instance |
| PathMetadata<T> | PathMetadata provides metadata for Path expressions. |
| Template | Template for Operation, Custom and Path serialization |
| Template.Element | |
| TemplateFactory | TemplateFactory is a factory for Template instances |
| Templates | Templates provides operator patterns for query expression serialization |
| ToStringVisitor | ToStringVisitor is used for toString() serialization in Expr implementations. |
| Enum Summary | |
|---|---|
| Order | Order defines ascending and descending order |
| PathType | PathType represents the relation of a Path to its parent |
| Exception Summary | |
|---|---|
| ExprException | |
Contains Querydsl grammar types
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||