Class SimpleEscapedElement
java.lang.Object
com.valqueries.automapper.elements.SimpleElement
com.valqueries.automapper.elements.SimpleEscapedElement
-
Field Summary
Fields inherited from class com.valqueries.automapper.elements.SimpleElement
dialect, field, operator, propertyValue, tableAlias
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleEscapedElement
(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) -
Method Summary
Methods inherited from class com.valqueries.automapper.elements.SimpleElement
queryString
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.valqueries.automapper.elements.Element
fromString
-
Constructor Details
-
SimpleEscapedElement
public SimpleEscapedElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect)
-
-
Method Details
-
set
- Specified by:
set
in interfaceSetter
- Overrides:
set
in classSimpleElement
-