com.mysema.query.jdoql
Class JDOQLQueryImpl

java.lang.Object
  extended by com.mysema.query.QueryBase<SubType>
      extended by com.mysema.query.support.QueryBaseWithProjection<SubType>
          extended by com.mysema.query.jdoql.AbstractJDOQLQuery<JDOQLQueryImpl>
              extended by com.mysema.query.jdoql.JDOQLQueryImpl
Type Parameters:
A -
All Implemented Interfaces:
JDOQLQuery, Projectable, Query<JDOQLQuery>, Closeable

public class JDOQLQueryImpl
extends AbstractJDOQLQuery<JDOQLQueryImpl>
implements JDOQLQuery

Default implementation of the JDOQLQuery interface

Author:
tiwe

Field Summary
 
Fields inherited from class com.mysema.query.QueryBase
_this
 
Constructor Summary
JDOQLQueryImpl(javax.jdo.PersistenceManager pm)
           
JDOQLQueryImpl(javax.jdo.PersistenceManager pm, JDOQLTemplates templates)
           
 
Method Summary
 
Methods inherited from class com.mysema.query.jdoql.AbstractJDOQLQuery
addToProjection, close, count, from, iterate, iterate, list, list, listResults, toString, uniqueResult
 
Methods inherited from class com.mysema.query.support.QueryBaseWithProjection
asArray, countDistinct, iterateDistinct, iterateDistinct, listDistinct, listDistinct, listDistinctResults, map, uniqueResult
 
Methods inherited from class com.mysema.query.QueryBase
getMetadata, groupBy, having, limit, offset, orderBy, restrict, 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.jdoql.JDOQLQuery
from
 
Methods inherited from interface com.mysema.query.Query
groupBy, having, limit, offset, orderBy, restrict, where
 
Methods inherited from interface com.mysema.query.Projectable
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult
 
Methods inherited from interface java.io.Closeable
close
 

Constructor Detail

JDOQLQueryImpl

public JDOQLQueryImpl(javax.jdo.PersistenceManager pm,
                      JDOQLTemplates templates)

JDOQLQueryImpl

public JDOQLQueryImpl(javax.jdo.PersistenceManager pm)


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