Class UnaryOperatorElement
java.lang.Object
com.valqueries.automapper.elements.UnaryOperatorElement
-
Constructor Summary
ConstructorsConstructorDescriptionUnaryOperatorElement
(String tableAlias, Property<?> property, UnaryOperator operator, 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
-
Constructor Details
-
UnaryOperatorElement
public UnaryOperatorElement(String tableAlias, Property<?> property, UnaryOperator operator, SqlDialect dialect)
-
-
Method Details
-
queryString
- Specified by:
queryString
in interfaceElement
-
set
-