Q - public class AbstractJDOSubQuery<Q extends AbstractJDOSubQuery<Q>> extends DetachableQuery<Q> implements JDOCommonQuery<Q>
MDC_PARAMETERS, MDC_QUERY, 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) | 
| String | toString() | 
count, exists, list, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, uniquedistinct, equals, groupBy, groupBy, hashCode, having, having, limit, offset, orderBy, orderBy, restrict, set, where, whereclone, finalize, getClass, notify, notifyAll, wait, wait, waitdistinct, limit, offset, orderBy, restrict, setwherepublic AbstractJDOSubQuery()
public AbstractJDOSubQuery(QueryMetadata metadata)
public Q from(EntityPath<?> arg)
public Q from(EntityPath<?>... args)
JDOCommonQueryfrom in interface JDOCommonQuery<Q extends AbstractJDOSubQuery<Q>>public <P> Q from(CollectionExpression<?,P> target, EntityPath<P> alias)
Copyright © 2007–2015 Querydsl. All rights reserved.