T - expression typepublic interface ExtendedSubQueryExpression<T> extends SubQueryExpression<T>
| Modifier and Type | Method and Description |
|---|---|
BooleanExpression |
exists()
Get an exists(this) expression for the subquery
|
BooleanExpression |
notExists()
Get a not exists(this) expression for the subquery
|
getMetadataaccept, getTypeBooleanExpression exists()
BooleanExpression notExists()
Copyright © 2007–2015 Querydsl. All rights reserved.