| Package | Description |
|---|---|
| com.mysema.query.dml |
DML interfaces
|
| com.mysema.query.support |
Various support classes
|
| com.mysema.query.types |
Contains Querydsl grammar types
|
| com.mysema.query.types.query |
Subquery implementations
|
| Modifier and Type | Method and Description |
|---|---|
C |
InsertClause.select(SubQueryExpression<?> subQuery)
Define the populate via subquery
|
| Modifier and Type | Method and Description |
|---|---|
<P> T |
QueryMixin.fullJoin(SubQueryExpression<P> target,
Path<?> alias) |
<P> T |
QueryMixin.innerJoin(SubQueryExpression<P> target,
Path<?> alias) |
<P> T |
QueryMixin.join(SubQueryExpression<P> target,
Path<?> alias) |
<P> T |
QueryMixin.leftJoin(SubQueryExpression<P> target,
Path<?> alias) |
<P> T |
QueryMixin.rightJoin(SubQueryExpression<P> target,
Path<?> alias) |
Expression<?> |
CollectionAnyVisitor.visit(SubQueryExpression<?> expr,
Context context) |
Expression<?> |
ListAccessVisitor.visit(SubQueryExpression<?> expr,
Context context)
Deprecated.
|
Void |
PathsExtractor.visit(SubQueryExpression<?> expr,
List<Path<?>> paths) |
Expression<?> |
ReplaceVisitor.visit(SubQueryExpression<?> expr,
Void context) |
| Modifier and Type | Class and Description |
|---|---|
class |
SubQueryExpressionImpl<T>
SubQueryExpressionImpl is the default implementation of the
SubQueryExpression interface |
| Modifier and Type | Method and Description |
|---|---|
R |
Visitor.visit(SubQueryExpression<?> expr,
C context) |
Void |
ParamsVisitor.visit(SubQueryExpression<?> expr,
QueryMetadata context) |
Set<Expression<?>> |
ValidatingVisitor.visit(SubQueryExpression<?> expr,
Set<Expression<?>> known) |
String |
ToStringVisitor.visit(SubQueryExpression<?> expr,
Templates templates) |
Integer |
HashCodeVisitor.visit(SubQueryExpression<?> expr,
Void context) |
Path<?> |
PathExtractor.visit(SubQueryExpression<?> expr,
Void context) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ExtendedSubQueryExpression<T>
Extensions to the SubQueryExpression interface
|
| Modifier and Type | Class and Description |
|---|---|
class |
BooleanSubQuery
Boolean typed single result subquery
|
class |
ComparableSubQuery<T extends Comparable<?>>
Comparable typed single result subquery
|
class |
DateSubQuery<T extends Comparable<?>>
Date typed single result subquery
|
class |
DateTimeSubQuery<T extends Comparable<?>>
DateTime typed single result subquery
|
class |
ListSubQuery<T>
List result subquery
|
class |
NumberSubQuery<T extends Number & Comparable<?>>
Number typed single result subquery
|
class |
SimpleSubQuery<T>
Object typed single result subquery
|
class |
StringSubQuery
String typed single result subquery
|
class |
TimeSubQuery<T extends Comparable<?>>
Time typed single result subquery
|
Copyright © 2007–2015 Querydsl. All rights reserved.