Q
- public class AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>> extends DetachableQuery<Q> implements JDOCommonQuery<Q>
queryMixin
Constructor and Description |
---|
AbstractJDOSubQuery() |
AbstractJDOSubQuery(QueryMetadata metadata) |
Modifier and Type | Method and Description |
---|---|
<P> Q |
from(CollectionExpression<?,P> target,
EntityPath<P> alias) |
Q |
from(EntityPath<?>... args)
Add query sources
|
Q |
from(EntityPath<?> arg) |
java.lang.String |
toString() |
count, exists, list, list, list, list, notExists, 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 AbstractJDOSubQuery()
public AbstractJDOSubQuery(QueryMetadata metadata)
public Q from(EntityPath<?> arg)
public Q from(EntityPath<?>... args)
JDOCommonQuery
from
in interface JDOCommonQuery<Q extends AbstractJDOSubQuery<Q>>
public <P> Q from(CollectionExpression<?,P> target, EntityPath<P> alias)
public java.lang.String toString()
toString
in class QueryBase<Q extends AbstractJDOSubQuery<Q>>
Copyright © 2007-2013 Mysema Ltd. All Rights Reserved.