mirror of
https://github.com/querydsl/querydsl.git
synced 2026-06-30 21:08:30 +08:00
simplified Operation signature
This commit is contained in:
parent
b6e9abce66
commit
adddaba2b3
@ -193,7 +193,8 @@ public class FeaturesTest extends HqlQueryBase<FeaturesTest>{
|
||||
this.args = Arrays.asList(args);
|
||||
}
|
||||
public List<Expr<?>> getArgs() {return args;}
|
||||
public java.lang.String getPattern() {return "myCustom(%s,%s)";}
|
||||
public java.lang.String getPattern() {return "myCustom(%s,%s)";}
|
||||
public Expr<?> getArg(int index) {return args.get(index);}
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Loading…
Reference in New Issue
Block a user