public interface QueryExpression<ExpressionType> extends Serializable
Modifier and Type | Method and Description |
---|---|
void |
appendQueryParameters(QueryTextGenerator queryTextGenerator,
Map<String,Object> parameterValues) |
void |
asQueryLanguage(QueryTextGenerator queryTextGenerator,
StringBuilder builder) |
int |
precedence() |
int |
queryStringSizeGuess(QueryTextGenerator queryTextGenerator) |
void asQueryLanguage(QueryTextGenerator queryTextGenerator, StringBuilder builder)
void appendQueryParameters(QueryTextGenerator queryTextGenerator, Map<String,Object> parameterValues)
int queryStringSizeGuess(QueryTextGenerator queryTextGenerator)
int precedence()
Copyright © 2016 SAPERION AG. All rights reserved.