mirror of
https://github.com/querydsl/querydsl.git
synced 2026-07-03 21:07:49 +08:00
Format code
This commit is contained in:
parent
f0401dcb9a
commit
d5225787ee
@ -1179,7 +1179,6 @@ public abstract class AbstractJPATest {
|
||||
.list(cat.name, new JPASubQuery().from(other).where(other.name.eq(cat.name)).count());
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void SubQuery5() {
|
||||
QEmployee employee = QEmployee.employee;
|
||||
@ -1190,7 +1189,6 @@ public abstract class AbstractJPATest {
|
||||
.count();
|
||||
}
|
||||
|
||||
|
||||
@Test
|
||||
public void Substring() {
|
||||
for (String str : query().from(cat).list(cat.name.substring(1,2))) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user