T
- class of the value expected in the UES query ASTpublic interface AttributeToSQLStrategy<T>
Modifier and Type | Method and Description |
---|---|
java.lang.String |
buildOrderByAttribute(OrderByAttribute attribute,
Generates part of SQL "order by" clause based on the attribute from the UES
query.
|
java.lang.String |
buildWhereAttribute(WhereAttribute attribute,
Generates part of SQL "where" clause based on the attribute and its value
from the UES query.
|
attribute
- part of AST representing UES query order by attributeparameterStrategy
- parameter holder for SQL parameters bindingattribute
- part of AST representing UES query order by attributevalue
- value of the attributeparameterStrategy
- parameter holder for SQL parameters binding