T - expression typepublic final class DateSubQuery<T extends Comparable<?>> extends DateExpression<T> implements ExtendedSubQueryExpression<T>
hashCode, mixin| Constructor and Description |
|---|
DateSubQuery(Class<T> type,
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
|
BooleanExpression |
exists()
Get an exists(this) expression for the subquery
|
QueryMetadata |
getMetadata()
Get the query metadata for the subquery
|
BooleanExpression |
notExists()
Get a not exists(this) expression for the subquery
|
as, as, currentDate, currentDate, dayOfMonth, dayOfWeek, dayOfYear, max, min, month, week, year, yearMonth, yearWeekafter, after, before, beforebetween, between, goe, goe, goeAll, goeAny, gt, gt, gtAll, gtAny, loe, loe, loeAll, loeAny, lt, lt, ltAll, ltAny, notBetween, notBetweenasc, castToNum, coalesce, coalesce, desc, stringValuecount, countDistinct, eq, eq, eqAll, eqAny, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, nullif, nullif, when, whenequals, getType, hashCode, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTypepublic DateSubQuery(Class<T> type, QueryMetadata md)
public <R,C> R accept(Visitor<R,C> v, C context)
Expressionaccept in interface Expression<T extends Comparable<?>>R - return typeC - context typev - visitorcontext - context of visitpublic BooleanExpression exists()
ExtendedSubQueryExpressionexists in interface ExtendedSubQueryExpression<T extends Comparable<?>>public QueryMetadata getMetadata()
SubQueryExpressiongetMetadata in interface SubQueryExpression<T extends Comparable<?>>public BooleanExpression notExists()
ExtendedSubQueryExpressionnotExists in interface ExtendedSubQueryExpression<T extends Comparable<?>>Copyright © 2007–2015 Querydsl. All rights reserved.