Class SimpleElement
java.lang.Object
com.valqueries.automapper.elements.SimpleElement
- Direct Known Subclasses:
SimpleEscapedElement
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected final SqlDialect
protected final String
protected final BinaryOperator
protected final Property.PropertyValue<?>
protected final String
-
Constructor Summary
ConstructorsConstructorDescriptionSimpleElement
(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect) -
Method Summary
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
-
Field Details
-
tableAlias
-
propertyValue
-
operator
-
dialect
-
field
-
-
Constructor Details
-
SimpleElement
public SimpleElement(String tableAlias, Property.PropertyValue<?> propertyValue, BinaryOperator operator, int fieldNum, SqlDialect dialect)
-
-
Method Details
-
queryString
- Specified by:
queryString
in interfaceElement
-
set
-