mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-13 21:01:01 +08:00
This commit is contained in:
parent
0a0eb48790
commit
205fd92faf
@ -91,7 +91,7 @@ public class BasicsTest extends AbstractJDOTest {
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void DdetachedResults(){
|
||||
public void DetachedResults(){
|
||||
for (Product p : detachedQuery().from(product).list(product)){
|
||||
System.out.println(p);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user