static <A,B> Query2Def<A,B> |
FlowDSL.query(String name,
Class<A> type1,
Class<B> type2) |
static <A,B> Query2Def<A,B> |
PatternDSL.query(String name,
Class<A> type1,
Class<B> type2) |
static <A,B> Query2Def<A,B> |
FlowDSL.query(String name,
Class<A> type1,
String arg1name,
Class<B> type2,
String arg2name) |
static <A,B> Query2Def<A,B> |
PatternDSL.query(String name,
Class<A> type1,
String arg1name,
Class<B> type2,
String arg2name) |
static <A,B> Query2Def<A,B> |
FlowDSL.query(String pkg,
String name,
Class<A> type1,
Class<B> type2) |
static <A,B> Query2Def<A,B> |
PatternDSL.query(String pkg,
String name,
Class<A> type1,
Class<B> type2) |
static <A,B> Query2Def<A,B> |
FlowDSL.query(String pkg,
String name,
Class<A> type1,
String arg1name,
Class<B> type2,
String arg2name) |
static <A,B> Query2Def<A,B> |
PatternDSL.query(String pkg,
String name,
Class<A> type1,
String arg1name,
Class<B> type2,
String arg2name) |