|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.jdo.AbstractJDOQLSubQuery<JDOQLSubQuery>
com.mysema.query.jdo.JDOQLSubQuery
public class JDOQLSubQuery
JDOQLSubQuery is subquery implementation for JDOQL
Field Summary |
---|
Fields inherited from class com.mysema.query.support.QueryBase |
---|
queryMixin |
Constructor Summary | |
---|---|
JDOQLSubQuery()
|
|
JDOQLSubQuery(QueryMetadata metadata)
|
Method Summary | |
---|---|
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 |
Methods inherited from class com.mysema.query.jdo.AbstractJDOQLSubQuery |
---|
from, from, toString |
Methods inherited from class com.mysema.query.support.DetachableQuery |
---|
list, list, list, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
Methods inherited from class com.mysema.query.support.QueryBase |
---|
groupBy, having, limit, offset, orderBy, restrict, set, where |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.mysema.query.jdo.JDOQLCommonQuery |
---|
from |
Methods inherited from interface com.mysema.query.Query |
---|
groupBy, having, limit, offset, orderBy, restrict, set |
Methods inherited from interface com.mysema.query.FilteredClause |
---|
where |
Constructor Detail |
---|
public JDOQLSubQuery()
public JDOQLSubQuery(QueryMetadata metadata)
Method Detail |
---|
public BooleanExpression exists()
Detachable
exists
in interface Detachable
exists
in class DetachableQuery<JDOQLSubQuery>
public BooleanExpression notExists()
Detachable
notExists
in interface Detachable
notExists
in class DetachableQuery<JDOQLSubQuery>
public NumberSubQuery<java.lang.Long> count()
Detachable
count
in interface Detachable
count
in class DetachableQuery<JDOQLSubQuery>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |