public interface SpiExpressionRequest
| Modifier and Type | Method and Description |
|---|---|
void |
addBindValue(Object bindValue)
Add a bind value to this request.
|
SpiExpressionRequest |
append(String sql)
Append to the expression sql.
|
BeanDescriptor<?> |
getBeanDescriptor()
Return the bean descriptor for the root type.
|
ArrayList<Object> |
getBindValues()
Return the ordered list of bind values for all expressions in this request.
|
SpiOrmQueryRequest<?> |
getQueryRequest()
Return the associated QueryRequest.
|
String |
getSql()
Return the accumulated expression sql for all expressions in this request.
|
int |
nextParameter()
Increments the parameter index and returns that value.
|
String |
parseDeploy(String logicalProp)
Parse the logical property name to the deployment name.
|
String parseDeploy(String logicalProp)
BeanDescriptor<?> getBeanDescriptor()
SpiOrmQueryRequest<?> getQueryRequest()
SpiExpressionRequest append(String sql)
void addBindValue(Object bindValue)
String getSql()
ArrayList<Object> getBindValues()
int nextParameter()
Copyright © 2014. All Rights Reserved.