public class JDOSubQuery extends AbstractJDOSubQuery<JDOSubQuery>
queryMixin
Constructor and Description |
---|
JDOSubQuery() |
JDOSubQuery(QueryMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
NumberSubQuery<java.lang.Long> |
count()
Return the count of matched rows as a sub query
|
BooleanExpression |
exists()
Create an exists(this) expression
|
BooleanExpression |
notExists()
Create an not exists(this) expression
|
from, from, from, toString
list, list, list, list, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique
distinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, where
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
distinct, limit, offset, orderBy, restrict, set
where
public JDOSubQuery()
public JDOSubQuery(QueryMetadata metadata)
public BooleanExpression exists()
Detachable
exists
in interface Detachable
exists
in class DetachableQuery<JDOSubQuery>
public BooleanExpression notExists()
Detachable
notExists
in interface Detachable
notExists
in class DetachableQuery<JDOSubQuery>
public NumberSubQuery<java.lang.Long> count()
Detachable
count
in interface Detachable
count
in class DetachableQuery<JDOSubQuery>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.