protected class QueryServiceImpl.ExecuteSingleQueryCmd<T> extends Object implements Command<T>
Modifier and Type | Field and Description |
---|---|
protected Class |
clazz |
protected Object |
parameter |
protected String |
statement |
Constructor and Description |
---|
ExecuteSingleQueryCmd(String statement,
Object parameter,
Class<T> clazz) |
Modifier and Type | Method and Description |
---|---|
T |
execute(CommandContext commandContext) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
isRetryable
protected String statement
protected Object parameter
protected Class clazz
public T execute(CommandContext commandContext)
Copyright © 2022. All rights reserved.