protected static class JRAbstractQueryExecuter.ValuedQueryParameter extends Object implements JRAbstractQueryExecuter.QueryParameterEntry
Constructor and Description |
---|
ValuedQueryParameter(Class<?> type,
Object value) |
Modifier and Type | Method and Description |
---|---|
void |
accept(JRAbstractQueryExecuter.QueryParameterVisitor visitor) |
Class<?> |
getType() |
Object |
getValue() |
public void accept(JRAbstractQueryExecuter.QueryParameterVisitor visitor) throws JRAbstractQueryExecuter.VisitExceptionWrapper
accept
in interface JRAbstractQueryExecuter.QueryParameterEntry
JRAbstractQueryExecuter.VisitExceptionWrapper
public Class<?> getType()
public Object getValue()
Copyright © 2017. All rights reserved.