This commit is contained in:
Timo Westkämper 2009-05-25 19:41:30 +00:00
parent 0fbae15854
commit d48219790c
4 changed files with 14 additions and 3 deletions

View File

@ -17,8 +17,8 @@ import com.mysema.query.QueryModifiers;
import com.mysema.query.types.expr.Expr;
/**
* QueryBaseWithProjection extends the QueryBase interface to provide basic
* implementations of the methods of the Projectable itnerface
* QueryBaseWithProjection extends the QueryBase class to provide basic
* implementations of the methods of the Projectable interface
*
* @author tiwe
* @version $Id$

5
querydsl-jdoql/TODO.txt Normal file
View File

@ -0,0 +1,5 @@
* make sure queries and results are properly closed
* make the following things work
- tabular results in projection
- distinct results

View File

@ -12,7 +12,7 @@ import com.mysema.query.types.expr.EBoolean;
import com.mysema.query.types.path.PEntity;
/**
* Query interface for JDOQLQueries
* Query interface for JDOQL queries
*
* @author tiwe
*

View File

@ -55,6 +55,12 @@ public class QueryOrderingTest extends AbstractJDOTest{
// TODO
}
@Test
@Ignore
public void testDistinct(){
// TODO
}
@BeforeClass
public static void doPersist() {
// Persistence of a Product and a Book.