com.mysema.query.jdo
Class AbstractJDOQLSubQuery<Q extends AbstractJDOQLSubQuery<Q>>

java.lang.Object
  extended by com.mysema.query.support.QueryBase<Q>
      extended by com.mysema.query.support.DetachableQuery<Q>
          extended by com.mysema.query.jdo.AbstractJDOQLSubQuery<Q>
Type Parameters:
Q -
All Implemented Interfaces:
Detachable
Direct Known Subclasses:
JDOQLSubQuery

public class AbstractJDOQLSubQuery<Q extends AbstractJDOQLSubQuery<Q>>
extends DetachableQuery<Q>

Abstract superclass for SubQuery implementations

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.support.QueryBase
queryMixin
 
Constructor Summary
AbstractJDOQLSubQuery()
           
AbstractJDOQLSubQuery(QueryMetadata metadata)
           
 
Method Summary
<P> Q
from(CollectionExpression<?,P> target, EntityPath<P> alias)
           
 Q from(EntityPath<?>... args)
           
 String toString()
           
 
Methods inherited from class com.mysema.query.support.DetachableQuery
count, exists, list, list, list, list, notExists, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique, unique
 
Methods inherited from class com.mysema.query.support.QueryBase
distinct, 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
 

Constructor Detail

AbstractJDOQLSubQuery

public AbstractJDOQLSubQuery()

AbstractJDOQLSubQuery

public AbstractJDOQLSubQuery(QueryMetadata metadata)
Method Detail

from

public Q from(EntityPath<?>... args)

from

public <P> Q from(CollectionExpression<?,P> target,
                  EntityPath<P> alias)

toString

public String toString()
Overrides:
toString in class QueryBase<Q extends AbstractJDOQLSubQuery<Q>>


Copyright © 2007-2011 Mysema Ltd. All Rights Reserved.