com.mysema.query.jdoql
Class JDOQLQueryImpl
java.lang.Object
com.mysema.query.QueryBase<SubType>
com.mysema.query.support.QueryBaseWithProjection<SubType>
com.mysema.query.jdoql.AbstractJDOQLQuery<JDOQLQueryImpl>
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
Methods inherited from class com.mysema.query.jdoql.AbstractJDOQLQuery |
addToProjection, close, count, from, iterate, iterate, list, list, listResults, toString, uniqueResult |
Methods inherited from interface com.mysema.query.jdoql.JDOQLQuery |
from |
Methods inherited from interface com.mysema.query.Projectable |
count, countDistinct, iterate, iterate, iterateDistinct, iterateDistinct, list, list, listDistinct, listDistinct, listDistinctResults, listResults, map, uniqueResult, uniqueResult |
JDOQLQueryImpl
public JDOQLQueryImpl(javax.jdo.PersistenceManager pm,
JDOQLTemplates templates)
JDOQLQueryImpl
public JDOQLQueryImpl(javax.jdo.PersistenceManager pm)
Copyright © 2007-2009 Mysema Ltd. All Rights Reserved.