|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SubQueryExpression | |
|---|---|
| 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 |
| Uses of SubQueryExpression in com.mysema.query.dml |
|---|
| Methods in com.mysema.query.dml with parameters of type SubQueryExpression | |
|---|---|
C |
InsertClause.select(SubQueryExpression<?> subQuery)
Define the populate via subquery |
| Uses of SubQueryExpression in com.mysema.query.support |
|---|
| Methods in com.mysema.query.support with parameters of type SubQueryExpression | ||
|---|---|---|
protected
|
QueryMixin.createAlias(SubQueryExpression<D> path,
Path<D> alias)
|
|
|
QueryMixin.fullJoin(SubQueryExpression<P> target,
Path alias)
|
|
|
QueryMixin.innerJoin(SubQueryExpression<P> target,
Path alias)
|
|
|
QueryMixin.join(SubQueryExpression<P> target,
Path alias)
|
|
|
QueryMixin.leftJoin(SubQueryExpression<P> target,
Path alias)
|
|
|
QueryMixin.rightJoin(SubQueryExpression<P> target,
Path alias)
|
|
Expression<?> |
CollectionAnyVisitor.visit(SubQueryExpression<?> expr,
Context context)
|
|
Expression<?> |
ListAccessVisitor.visit(SubQueryExpression<?> expr,
Context context)
|
|
| Uses of SubQueryExpression in com.mysema.query.types |
|---|
| Classes in com.mysema.query.types that implement SubQueryExpression | |
|---|---|
class |
SubQueryExpressionImpl<T>
SubQueryExpressionImpl is the default implementation of the SubQueryExpression interface |
| Methods in com.mysema.query.types with parameters of type SubQueryExpression | |
|---|---|
R |
Visitor.visit(SubQueryExpression<?> expr,
C context)
|
String |
ToStringVisitor.visit(SubQueryExpression<?> expr,
Templates templates)
|
Path<?> |
PathExtractor.visit(SubQueryExpression<?> expr,
Void context)
|
Integer |
HashCodeVisitor.visit(SubQueryExpression<?> expr,
Void context)
|
Expression<?> |
ExtractorVisitor.visit(SubQueryExpression<?> expr,
Void context)
|
Void |
ValidatingVisitor.visit(SubQueryExpression<?> expr,
Void context)
|
| Uses of SubQueryExpression in com.mysema.query.types.query |
|---|
| Subinterfaces of SubQueryExpression in com.mysema.query.types.query | |
|---|---|
interface |
ExtendedSubQueryExpression<T>
Extensions to the SubQueryExpression interface |
| Classes in com.mysema.query.types.query that implement SubQueryExpression | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||