mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
This commit is contained in:
parent
0fbae15854
commit
d48219790c
@ -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
5
querydsl-jdoql/TODO.txt
Normal file
@ -0,0 +1,5 @@
|
||||
* make sure queries and results are properly closed
|
||||
|
||||
* make the following things work
|
||||
- tabular results in projection
|
||||
- distinct results
|
||||
@ -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
|
||||
*
|
||||
|
||||
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user