public interface QueryDef
Modifier and Type | Field and Description |
---|---|
static Class[] |
QUERIES_BY_ARITY |
Modifier and Type | Method and Description |
---|---|
Query |
build(ViewItemBuilder... viewItemBuilders) |
default <T> Variable<T> |
getArg(String argName,
Class<T> argType) |
Variable<?>[] |
getArguments() |
String |
getName() |
String |
getPackage() |
static Class |
getQueryClassByArity(int arity) |
static final Class[] QUERIES_BY_ARITY
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.