T - expression typepublic final class ListSubQuery<T> extends CollectionExpressionBase<List<T>,T> implements ExtendedSubQueryExpression<List<T>>
hashCode, mixin| Constructor and Description |
|---|
ListSubQuery(Class<T> elementType,
QueryMetadata md) |
| Modifier and Type | Method and Description |
|---|---|
<R,C> R |
accept(Visitor<R,C> v,
C context)
Accept the visitor with the given context
|
SimpleExpression<?> |
as(Expression<?> alias) |
NumberExpression<Long> |
count() |
NumberExpression<Long> |
countDistinct() |
BooleanExpression |
exists()
Get an exists(this) expression for the subquery
|
Class<T> |
getElementType() |
QueryMetadata |
getMetadata()
Get the query metadata for the subquery
|
Class<?> |
getParameter(int index) |
BooleanExpression |
notExists()
Get a not exists(this) expression for the subquery
|
as, contains, contains, isEmpty, isNotEmpty, sizeas, as, equals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic ListSubQuery(Class<T> elementType, QueryMetadata md)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<List<T>>R - return typeC - context typev - visitorcontext - context of visitpublic NumberExpression<Long> count()
public NumberExpression<Long> countDistinct()
public BooleanExpression exists()
ExtendedSubQueryExpressionexists in interface ExtendedSubQueryExpression<List<T>>public Class<T> getElementType()
getElementType in class CollectionExpressionBase<List<T>,T>public QueryMetadata getMetadata()
SubQueryExpressiongetMetadata in interface SubQueryExpression<List<T>>public BooleanExpression notExists()
ExtendedSubQueryExpressionnotExists in interface ExtendedSubQueryExpression<List<T>>public SimpleExpression<?> as(Expression<?> alias)
public Class<?> getParameter(int index)
getParameter in interface ParametrizedExpression<List<T>>Copyright © 2007–2015 Querydsl. All rights reserved.