public class QueryModel extends Object
Constructor and Description |
---|
QueryModel(String name,
String namespace,
String[] parameters,
Map<String,Class<?>> bindings) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Map<String,Class<?>> |
getBindings() |
String |
getName() |
String |
getNamespace() |
String[] |
getParameters() |
int |
hashCode() |
boolean |
hasParameters() |
String |
toString() |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.