com.mysema.query.jdo
Class JDOQLSubQuery
java.lang.Object
com.mysema.query.support.QueryBase<Q>
com.mysema.query.support.DetachableQuery<Q>
com.mysema.query.jdo.AbstractJDOQLSubQuery<JDOQLSubQuery>
com.mysema.query.jdo.JDOQLSubQuery
- All Implemented Interfaces:
- FilteredClause<JDOQLSubQuery>, JDOQLCommonQuery<JDOQLSubQuery>, Query<JDOQLSubQuery>, SimpleQuery<JDOQLSubQuery>, Detachable
public class JDOQLSubQuery
- extends AbstractJDOQLSubQuery<JDOQLSubQuery>
- implements JDOQLCommonQuery<JDOQLSubQuery>
JDOQLSubQuery is subquery implementation for JDOQL
- Author:
- tiwe
Methods inherited from class com.mysema.query.support.DetachableQuery |
list, list, list, list, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique |
Methods inherited from class com.mysema.query.support.QueryBase |
distinct, equals, groupBy, hashCode, having, limit, offset, orderBy, restrict, set, where |
JDOQLSubQuery
public JDOQLSubQuery()
JDOQLSubQuery
public JDOQLSubQuery(QueryMetadata metadata)
exists
public BooleanExpression exists()
- Description copied from interface:
Detachable
- Create an exists(this) expression
- Specified by:
exists
in interface Detachable
- Overrides:
exists
in class DetachableQuery<JDOQLSubQuery>
- Returns:
notExists
public BooleanExpression notExists()
- Description copied from interface:
Detachable
- Create an not exists(this) expression
- Specified by:
notExists
in interface Detachable
- Overrides:
notExists
in class DetachableQuery<JDOQLSubQuery>
- Returns:
count
public NumberSubQuery<Long> count()
- Description copied from interface:
Detachable
- Return the count of matched rows as a sub query
- Specified by:
count
in interface Detachable
- Overrides:
count
in class DetachableQuery<JDOQLSubQuery>
- Returns:
Copyright © 2007-2012 Mysema Ltd. All Rights Reserved.