public class FlowDSL extends DSL
Modifier and Type | Class and Description |
---|---|
static class |
FlowDSL.BindViewItemBuilder<T> |
Constructor and Description |
---|
FlowDSL() |
Modifier and Type | Method and Description |
---|---|
static <T> FlowDSL.BindViewItemBuilder<T> |
bind(Variable<T> var) |
static <T> ExprViewItem<T> |
exists(InputViewItem<T> view) |
static <T> ExprViewItem<T> |
exists(Variable<T> var) |
static <T> ExprViewItem<T> |
exists(Variable<T> var,
Predicate1<T> predicate) |
static <T,U> ExprViewItem<T> |
exists(Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
static <T> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Function1<?,?> func,
long value,
TemporalPredicate temporalPredicate) |
static <T> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Function1<T,?> f1,
Function1<T,?> f2,
TemporalPredicate temporalPredicate) |
static <T,U> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Function1<T,?> f1,
Variable<U> var2,
Function1<U,?> f2,
TemporalPredicate temporalPredicate) |
static <T,U> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Function1<T,?> f1,
Variable<U> var2,
TemporalPredicate temporalPredicate) |
static <T> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
long value,
TemporalPredicate temporalPredicate) |
static <T,U> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Variable<U> var2,
Function1<U,?> f2,
TemporalPredicate temporalPredicate) |
static <T,U> TemporalExprViewItem<T> |
expr(String exprId,
Variable<T> var1,
Variable<U> var2,
TemporalPredicate temporalPredicate) |
static <T> Expr1ViewItem<T> |
expr(Variable<T> var) |
static <T> InputViewItem<T> |
input(Variable<T> var) |
static <T> InputViewItem<T> |
input(Variable<T> var,
DeclarationSource source) |
static <T> ExprViewItem<T> |
not(InputViewItem<T> view) |
static <T> ExprViewItem<T> |
not(Variable<T> var) |
static <T> ExprViewItem<T> |
not(Variable<T> var,
Predicate1<T> predicate) |
static <T,U> ExprViewItem<T> |
not(Variable<T> var1,
Variable<U> var2,
Predicate2<T,U> predicate) |
static Query0Def |
query(String name) |
static <T1> Query1Def<T1> |
query(String name,
Class<T1> type1) |
static <T1,T2> Query2Def<T1,T2> |
query(String name,
Class<T1> type1,
Class<T2> type2) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3) |
static <T1,T2,T3,T4> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4) |
static <T1,T2,T3,T4,T5> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5) |
static <T1,T2,T3,T4,T5,T6> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10) |
static <T1> Query1Def<T1> |
query(String name,
Class<T1> type1,
String arg1name) |
static <T1,T2> Query2Def<T1,T2> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name) |
static <T1,T2,T3,T4> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name) |
static <T1,T2,T3,T4,T5> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name) |
static <T1,T2,T3,T4,T5,T6> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name,
Class<T10> type10,
String arg10name) |
static Query0Def |
query(String pkg,
String name) |
static <T1> Query1Def<T1> |
query(String pkg,
String name,
Class<T1> type1) |
static <T1,T2> Query2Def<T1,T2> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3) |
static <T1,T2,T3,T4> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4) |
static <T1,T2,T3,T4,T5> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5) |
static <T1,T2,T3,T4,T5,T6> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String pkg,
String name,
Class<T1> type1,
Class<T2> type2,
Class<T3> type3,
Class<T4> type4,
Class<T5> type5,
Class<T6> type6,
Class<T7> type7,
Class<T8> type8,
Class<T9> type9,
Class<T10> type10) |
static <T1> Query1Def<T1> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name) |
static <T1,T2> Query2Def<T1,T2> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name) |
static <T1,T2,T3> Query3Def<T1,T2,T3> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name) |
static <T1,T2,T3,T4> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name) |
static <T1,T2,T3,T4,T5> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name) |
static <T1,T2,T3,T4,T5,T6> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name) |
static <T1,T2,T3,T4,T5,T6,T7> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name) |
static <T1,T2,T3,T4,T5,T6,T7,T8> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name) |
static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> |
query(String pkg,
String name,
Class<T1> type1,
String arg1name,
Class<T2> type2,
String arg2name,
Class<T3> type3,
String arg3name,
Class<T4> type4,
String arg4name,
Class<T5> type5,
String arg5name,
Class<T6> type6,
String arg6name,
Class<T7> type7,
String arg7name,
Class<T8> type8,
String arg8name,
Class<T9> type9,
String arg9name,
Class<T10> type10,
String arg10name) |
static RuleBuilder |
rule(String name) |
static RuleBuilder |
rule(String pkg,
String name) |
static View |
view(ViewItemBuilder... viewItemBuilders) |
static ConditionalConsequenceBuilder |
when(ExprViewItem expr) |
static <A> ConditionalConsequenceBuilder |
when(String exprId,
Variable<A> var,
Predicate1<A> predicate) |
static <A,B> ConditionalConsequenceBuilder |
when(String exprId,
Variable<A> var1,
Variable<B> var2,
Predicate2<A,B> predicate) |
static <A> ConditionalConsequenceBuilder |
when(Variable<A> var,
Predicate1<A> predicate) |
static <A,B> ConditionalConsequenceBuilder |
when(Variable<A> var1,
Variable<B> var2,
Predicate2<A,B> predicate) |
accFunction, accFunction, accFunction, accFunction, accumulate, after, after, after, after, and, annotationValue, any, before, before, before, before, coincides, coincides, coincides, combineExprs, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, declarationOf, during, during, during, entryPoint, eval, eval, exchangeOf, exchangeOf, execute, execute, executeScript, exists, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, field, finishedby, finishedby, finishes, finishes, forall, from, from, from, from, from, from, globalOf, globalOf, includes, includes, includes, meets, meets, metby, metby, newDataStore, newDataStream, not, not, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, on, or, overlappedby, overlappedby, overlappedby, overlaps, overlaps, overlaps, prototype, reactiveFrom, startedby, startedby, starts, starts, storeOf, supply, supply, typeMetaData, unitData, unitData, valueOf, window, window, window, window, window, window
public static View view(ViewItemBuilder... viewItemBuilders)
public static <T> InputViewItem<T> input(Variable<T> var)
public static <T> InputViewItem<T> input(Variable<T> var, DeclarationSource source)
public static <T> Expr1ViewItem<T> expr(Variable<T> var)
public static <T> ExprViewItem<T> not(Variable<T> var)
public static <T> ExprViewItem<T> not(InputViewItem<T> view)
public static <T> ExprViewItem<T> not(Variable<T> var, Predicate1<T> predicate)
public static <T,U> ExprViewItem<T> not(Variable<T> var1, Variable<U> var2, Predicate2<T,U> predicate)
public static <T> ExprViewItem<T> exists(Variable<T> var)
public static <T> ExprViewItem<T> exists(InputViewItem<T> view)
public static <T> ExprViewItem<T> exists(Variable<T> var, Predicate1<T> predicate)
public static <T,U> ExprViewItem<T> exists(Variable<T> var1, Variable<U> var2, Predicate2<T,U> predicate)
public static <T> FlowDSL.BindViewItemBuilder<T> bind(Variable<T> var)
public static <T,U> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Variable<U> var2, TemporalPredicate temporalPredicate)
public static <T,U> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Variable<U> var2, Function1<U,?> f2, TemporalPredicate temporalPredicate)
public static <T,U> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Function1<T,?> f1, Variable<U> var2, TemporalPredicate temporalPredicate)
public static <T> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Function1<T,?> f1, Function1<T,?> f2, TemporalPredicate temporalPredicate)
public static <T,U> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Function1<T,?> f1, Variable<U> var2, Function1<U,?> f2, TemporalPredicate temporalPredicate)
public static <T> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, long value, TemporalPredicate temporalPredicate)
public static <T> TemporalExprViewItem<T> expr(String exprId, Variable<T> var1, Function1<?,?> func, long value, TemporalPredicate temporalPredicate)
public static <A> ConditionalConsequenceBuilder when(Variable<A> var, Predicate1<A> predicate)
public static <A> ConditionalConsequenceBuilder when(String exprId, Variable<A> var, Predicate1<A> predicate)
public static <A,B> ConditionalConsequenceBuilder when(Variable<A> var1, Variable<B> var2, Predicate2<A,B> predicate)
public static <A,B> ConditionalConsequenceBuilder when(String exprId, Variable<A> var1, Variable<B> var2, Predicate2<A,B> predicate)
public static ConditionalConsequenceBuilder when(ExprViewItem expr)
public static RuleBuilder rule(String name)
public static RuleBuilder rule(String pkg, String name)
public static <T1> Query1Def<T1> query(String pkg, String name, Class<T1> type1, String arg1name)
public static <T1,T2> Query2Def<T1,T2> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name)
public static <T1,T2> Query2Def<T1,T2> query(String pkg, String name, Class<T1> type1, Class<T2> type2)
public static <T1,T2> Query2Def<T1,T2> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3)
public static <T1,T2,T3> Query3Def<T1,T2,T3> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4)
public static <T1,T2,T3,T4> Query4Def<T1,T2,T3,T4> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5)
public static <T1,T2,T3,T4,T5> Query5Def<T1,T2,T3,T4,T5> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6)
public static <T1,T2,T3,T4,T5,T6> Query6Def<T1,T2,T3,T4,T5,T6> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7)
public static <T1,T2,T3,T4,T5,T6,T7> Query7Def<T1,T2,T3,T4,T5,T6,T7> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8)
public static <T1,T2,T3,T4,T5,T6,T7,T8> Query8Def<T1,T2,T3,T4,T5,T6,T7,T8> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9> Query9Def<T1,T2,T3,T4,T5,T6,T7,T8,T9> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name, Class<T10> type10, String arg10name)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String pkg, String name, Class<T1> type1, Class<T2> type2, Class<T3> type3, Class<T4> type4, Class<T5> type5, Class<T6> type6, Class<T7> type7, Class<T8> type8, Class<T9> type9, Class<T10> type10)
public static <T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> Query10Def<T1,T2,T3,T4,T5,T6,T7,T8,T9,T10> query(String pkg, String name, Class<T1> type1, String arg1name, Class<T2> type2, String arg2name, Class<T3> type3, String arg3name, Class<T4> type4, String arg4name, Class<T5> type5, String arg5name, Class<T6> type6, String arg6name, Class<T7> type7, String arg7name, Class<T8> type8, String arg8name, Class<T9> type9, String arg9name, Class<T10> type10, String arg10name)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.